lines-of-code
TypeScript icon, indicating that this package has built-in type declarations

2.0.8 • Public • Published

Lines of Code

Lines of Code is a command line tool which retrieves project information such as the amount of lines of code and language usage percentage.

Install

npm i -g lines-of-code

Usage

This will run through the current folder and scan every file the program identifies as a code file.

lines-of-code

This filters the files by extension such as js and css

lines-of-code --extension js,css

This excludes either files or directories from being scanned

lines-of-code --exclude node_modules,lib

Readme

Keywords

none

Package Sidebar

Install

npm i lines-of-code

Weekly Downloads

1

Version

2.0.8

License

MIT

Unpacked Size

11.9 kB

Total Files

10

Last publish

Collaborators

  • itspedruu