linesof

0.1.6 • Public • Published

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

Package Sidebar

Install

npm i linesof

Weekly Downloads

0

Version

0.1.6

License

MIT

Unpacked Size

4.62 kB

Total Files

9

Last publish

Collaborators

  • yokiijay