sip-cli
Version:
Terminal assistant to search and install npm packages.
71 lines (39 loc) โข 1.72 kB
Markdown
<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;">
< C'mon Fork me [yeah]() />
</div>