2.0.8 • Published 4 years ago

lines-of-code v2.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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

4 years ago

2.0.8

4 years ago

2.0.6

4 years ago

2.0.2

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.5

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago