geekjuice / npmlist

Pretty npm list

Home Page:https://www.npmjs.org/package/npmlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npmlist

NPM version

Why?

Originally to replace the broken npm ls in versions v1.4.3 and v.1.4.4. Now primarily for pretty colors and formatting.

Usage

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]

Colored version numbers

Yellow: Indicates that the package is linked

Red: Indicates that has an invalid version number

Other options:

Most options mirror npm ls options

Help

Display help message

Version

Display version number

Dev

Only list depDependencies

Prod

Only list dependencies

Local

List local packages

Global

List global packages

Depth

Specify depth to display (same as npm's depth)

Scope

Get/set scope i.e. default scope

License

Copyright © 2015 Nicholas Hwang - MIT License

About

Pretty npm list

https://www.npmjs.org/package/npmlist

License:MIT License


Languages

Language:JavaScript 100.0%