An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# ![whatiz-cli](media/whatiz.png)

> 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)