Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenych/code-stats
Calculates number of lines of code
https://github.com/kenych/code-stats
code statistics
Last synced: 28 days ago
JSON representation
Calculates number of lines of code
- Host: GitHub
- URL: https://github.com/kenych/code-stats
- Owner: kenych
- Created: 2017-04-20T17:19:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T16:08:13.000Z (over 7 years ago)
- Last Synced: 2024-11-11T12:43:52.042Z (3 months ago)
- Topics: code, statistics
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stats - Calculates number of line of code
#### Usage:
stats.sh $PRUJECT_PATH $LANGUAGE
#### Example:
```
➜ moj pwd
/Users/kayanazimov/workspace/moj
➜ moj stats.sh cpp.context.resulting.hmps java
calculating...
total lines: 4391
➜ moj
```
#### Tested on MacOS