1.0.1 • Published 9 years ago

npm-whatis v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

npm

npm-whatis

Dependency Status

Describe a package in one sentence (or more).

Usage

$ npm-whatis life
life                 - An artificial life simulation in node.

CLI

npm-whatis <package>

Prints package description.

Equivalent to npm v <package> description.

API

whatis(packageName, cb(err, description))

Requests http://npmjs.com for package description and returns it.

Install

npm install -g npm-whatis

License

MIT