-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,30 @@ | ||
# code-status | ||
Project to calculate how many lines of code has be written and in which langauges | ||
# 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 -- |