2.0.8 • Published 5 years ago

lines-of-code v2.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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
2.0.7

5 years ago

2.0.8

5 years ago

2.0.6

5 years ago

2.0.2

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.5

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago