0.1.6 • Published 4 years ago
linesof v0.1.6
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