0.1.6 • Published 4 years ago

linesof v0.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

linesof - A command line tool for counting code lines

Count how many lines of your code.

Usage

Count all file lines recursively from currenty directory.

$ npx linesof

If .gitignore file exist in your current folder, linesof will automatically exclude these path.

Ignore more specified file path.

$ npx linesof -i '*.json' '*.md' 'dist'

Install globally

npm -g i linesof

or

yarn global add linesof

0.1.6

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago