Skip to content

CLI tool for counting lines of any project. Built in Haskell.

License

Notifications You must be signed in to change notification settings

japiirainen/lines

Repository files navigation

lines

Blazing fast CLI tool for counting lines of any local or remote project.

Install

Currently you need the haskell build tool stack installed to get this working.

Build from sources

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.

Usage

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

Supported languages

  • Support is currently very limited. Feel free to open an issue about missing language support.

About

CLI tool for counting lines of any project. Built in Haskell.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published