0.0.6 • Published 3 years ago

cclines v0.0.6

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
3 years ago

count-code-lines

a cli for compute code line number in directory

Usage

Install with npm

npm i -g cclines
cclines -d [dirname] -e [extension]

Example

# compute all js files line number on current directory
cclines -e js

# compute all js files line number on dictory app
cclines -e js -d app
0.0.5

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.4

3 years ago

0.0.1

5 years ago