1.0.1 • Published 6 years ago

code-size v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

code-size

An easy and quick way to see the number of lines and characters of your code

Install

npm i -D code-size

Use

1) Create new file called codeSize.js in the root of your folder 2) Put this inside: require('code-size')('./src'); where ./src can be a folder or a file 3) Run node codeSize

1.0.1

6 years ago

1.0.0

6 years ago