japiirainen / lines

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 99.6%Language:Makefile 0.4%