0.1.6 • Published 5 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 linesofIf
.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