Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erthium/code-status
Project to calculate how many lines of code has be written and in which langauges
https://github.com/erthium/code-status
code-lines code-stats cpp cpp17 line-counter
Last synced: about 1 month ago
JSON representation
Project to calculate how many lines of code has be written and in which langauges
- Host: GitHub
- URL: https://github.com/erthium/code-status
- Owner: erthium
- License: gpl-3.0
- Created: 2023-12-23T15:24:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T09:05:04.000Z (12 months ago)
- Last Synced: 2024-06-04T00:00:00.607Z (7 months ago)
- Topics: code-lines, code-stats, cpp, cpp17, line-counter
- Language: C++
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Status
Simple project to calculate how many lines of code has be written and in which langauges.
Main idea is to create a GUI to easily filter/ignore or include files and extensions.
Further details will be written soon...
## License
This project is licensed under the [GNU GPL-3.0](https://github.com/ErtyumPX/code-status/blob/main/LICENSE) license.
## Setup
Project is currently compiled with GNU G++ 13.2.1.
There is no third-party dependency.
For compiling and linking rules GNU Make 4.4.1 was used.
After fulfilling dependencies, download or clone the project and use Makefile to easily compile:
```
> make all
> make run
```## Project
-- will be added as the project developes --