Skip to content

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

License

Notifications You must be signed in to change notification settings

sturmenta/code-size

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Run node -- (then ⏎ enter)
  2. Paste require('code-size')('./src') where ./src can be a folder or a file -- (then ⏎ enter)

Or

  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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published