0.1.6 • Published 6 years agoCLI
linesof
Licence
MIT
Version
0.1.6
Deps
7
Size
5 kB
Vulns
0
Weekly
0
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
.gitignorefile 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