UNPKG

sip-cli

Version:

Terminal assistant to search and install npm packages.

71 lines (39 loc) โ€ข 1.72 kB
<p align = 'center'> <img src='./assets/logo.png'> </p> <p align = 'center'> <img src='./assets/sip.gif'> </p> --- # About SIP **`sip`** is a terminal assistant to <span style = 'color:red'>`S`</span>earch and <span style = 'color:red'>`I`</span>nstall npm <span style = 'color:red'>`P`</span>ackages. # Installation ## Using [npm](https://www.npmjs.com/package/sip-cli) ### `Install` globally. ``` bash npm install -g sip-cli ``` ### `Install` as a dev dependency. ``` bash npm install --save-dev sip-cli ``` # Usage ``` bash $ sip-cli ``` ###### Note : Internet connection required. # Features * ๐Ÿ•ตโ€โ™€๏ธ๏ธ **Search npm packages** : Search npm packages fast and efficiently using npms search [api](https://api-docs.npms.io/). * ๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง๏ธ **Install multiple packages** : Easily search and install multiple npm packages with one click. * ๐Ÿœ **Shortcut keys** : With one click we can open package repository and homepage. | Key | Description | | ------------ | ---------------------------------------------------- | | Ctrl + w | Shortcut key to open package website. | | Ctrl + shift + r | Shortcut key to open package repository. | | Alt + [1..9] | Shortcut key to open particular package repository . | * ๐Ÿ‘ถ๏ธ **Easy to use** : Easy to use. ( made by a noob for other noobs ). * ๐ŸŒŒ๏ธ **Interactive** : Interactive cli ( thanks to [inquirer](https://www.npmjs.com/package/inquirer) and [chalk](https://www.npmjs.com/package/chalk) ). --- <div align="center" style="background: #f3f3f3; padding: 10px;"> &lt; C'mon Fork me [yeah]() /&gt; </div>