Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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