@snts.abode/loc.js
v0.1.1
Published
lines-of-code
Maintainers
Readme
loc.js is a simple, no dependencies command line tool that counts the number of lines in a project.
Prerequisites
Use other verions at own risk
- node >= 12.x.x
Installation
Install from npm
npm i -g @snts.abode/loc.jsMight have to use sudo on unix systems
sudo npm i -g @snts.abode/loc.jsInstall from source
cd loc.js
yarn iIf the above command doesn't work due to admin privileges (unix system), try
cd loc.js
yarn i:sudoUsage
cd my-project
loc.js <options>Options:
-yor--yes- (boolean): Don't ask any questions.-por--paths- (string[]): Enter paths loc should work in, relative to the cwd.-lor--log- (y|n): Whether or not the process should log.
Author
👤 Sihle Masebuku [email protected]
Show your support
Give a ⭐️ if this project helped you!
