2.1.0 • Published 7 years ago

lines-counter v2.1.0

Weekly downloads
9
License
ISC
Repository
-
Last release
7 years ago

command for counting lines in a project. counts lines in files with the extension .json, .js, .html, .xml, .ts; excludes the folders node_modules, typings, dist, dev, prod, docs, lib, test, tmp.

installation

Install lines-counter globally with the following command:

npm i lines-counter -g

usage

$ line-counter [path]

example usage

cd to the directory where you would like to read files. lines-counter scans the directory and sub-directories.

$ lines-counter ./myFile.js 102
102 lines

author

Goroshik, polpalawin@gmail.com

2.1.0

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago