Blazing fast CLI tool for counting lines of any local or remote project.
Currently you need the haskell build tool stack installed to get this working.
git clone https://github.com/japiirainen/lines.git && make install
This will try to build the project and copy the executable to your local path.
Run on a local directory.
lines --dir some/local/dir
Run on remote git repository
lines --repo https://github.com/japiirainen/lines
Ignore some file paths. For example node_modules
lines --repo https://github.com/japiirainen/lines --ignore node_modules
- Support is currently very limited. Feel free to open an issue about missing language support.