npm-whatis
v1.0.1
Published
Describe a package in one sentence (or more)
Downloads
31
Maintainers
Readme
npm-whatis
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-whatisLicense
MIT


