Programming Language Statistics.
Either fork or npm install:
npm install -g pls.js
After installation, go into any project's directory and run pls to see language statistics.
pls [-options]
-ignore(short:-i)...
To speed things up, you might want to provide a directory path to ignore. If you need to ignore multiple, just pass the param again. Example:
pls -ignore=node_modules -i=vendor
Feel free to send pull requests if you have ideas on how to further improve the project.
MIT.
