Originally to replace the broken npm ls
in versions v1.4.3 and v.1.4.4.
Now primarily for pretty colors and formatting.
Installation
$ npm install -g npmlist
Usage (sans color)
$ npmlist
Installed npm packages: (global)
bower....................[1.2.8]
chai.....................[1.9.0]
connect.................[2.13.0]
dispatch-proxy...........[0.1.2]
express..................[3.4.8]
gulp.....................[3.5.2]
mocha....................[UNMET]
nodemon.................[1.0.15]
npm......................[1.4.4]
yo.......................[1.1.2]
Yellow: Indicates that the package is linked
Red: Indicates that has an invalid version number
Most options mirror npm ls
options
Display help message
Display version number
Only list depDependencies
Only list dependencies
List local packages
List global packages
Specify depth to display (same as npm
's depth)
Get/set scope i.e. default scope
Copyright © 2015 Nicholas Hwang - MIT License