https://github.com/kenych/code-stats
Calculates number of lines of code
https://github.com/kenych/code-stats
code statistics
Last synced: 4 months 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 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T16:08:13.000Z (about 8 years ago)
- Last Synced: 2025-01-09T17:03:35.809Z (about 1 year 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