2.0.8 • Published 6 years ago

lines-of-code v2.0.8

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

6 years ago

2.0.8

6 years ago

2.0.6

6 years ago

2.0.2

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.5

8 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago