https://github.com/codedotjs/whatiz-cli
:question: Display one-line manual node package descriptions.
https://github.com/codedotjs/whatiz-cli
Last synced: 9 months ago
JSON representation
:question: Display one-line manual node package descriptions.
- Host: GitHub
- URL: https://github.com/codedotjs/whatiz-cli
- Owner: CodeDotJS
- License: mit
- Created: 2016-05-14T19:56:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T11:32:35.000Z (over 8 years ago)
- Last Synced: 2025-03-20T00:41:19.995Z (9 months ago)
- Language: JavaScript
- Homepage: https://npmjs.com/package/whatiz-cli
- Size: 134 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
> Display one-line manual node package descriptions.
Custom whatis for node modules
`Works on macOS and Linux.`
## Install
```
$ npm install --global whatiz-cli
```
__`OR`__
```
$ sudo npm install --global whatiz-cli
```
## Usage
```
Usage : whatiz [package-name]
Example : whatiz browserify
```
## Related
- [whatiz](https://github.com/CodeDotJS/whatiz) : API for this tool.
- [packages-by-cli](https://github.com/CodeDotJS/packages-by-cli) : Total packages published by a npm user.
- [packstat-cli](https://github.com/CodeDotJS/packstat-cli) : Displays metrics about npm modules.
- [curver-cli](https://github.com/CodeDotJS/curver-cli) : Easily fetch the latest version of node module available on npm.
## License
MIT © [Rishi Giri](http://codedotjs.github.io)