npminfo
Version:
Get useful infomation of npm package
43 lines (30 loc) • 637 B
Markdown
npminfo
=========
Get useful infomation of npm package.
Installation
-------------
```
npm install -g express
```
Usage
------
```
npminfo express
```
output:
```
express
--------------------------------------------------
Fast, unopinionated, minimalist web framework
--------------------------------------------------
homepage: http://expressjs.com/
github: https://github.com/strongloop/express
latest-version: 4.12.3
modified: 2015-04-23T01:51:09Z
watchers: 1167, stars: 18487, forks: 3726
--------------------------------------------------
```
License
-------
(MIT License)
Copyright 2015, Sean Dou <douguohui@gmail.com>