code-size
v1.0.1
Published
An easy and quick way to see the number of lines and characters of your code
Downloads
2
Readme
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
- Create new file called codeSize.js in the root of your folder
- Put this inside:
require('code-size')('./src');
where./src
can be a folder or a file - Run
node codeSize