sourceatlas 0.2.3

Analyze source code repositories and generate project statistics
# V0.1


- ~~Ignore certain directories/files (.vscode, .idea, node_modules, target, build etc.)~~
- ~~Add tests~~
- ~~Write a README~~
- ~~Make report correct (also add skipped files/directories to report)~~

# V0.2

- ~~Support more languages besides Rust~~
- ~~Show languages used in report (also percentage of code -> lines, not files)~~
- ~~Ignore more files/directories~~
- ~~Determine file extension/language~~

# V0.3

- Accept configuration for skippable files/directories
- Improve report formatting

## Ideas

- ~~Check if directory has version control with Git~~
- Save report to file (use a flag)
- Check directory size

### Report todo's

- Report most used language in repository

### Command todo's

- languages => shows only all languages used