bitly-cli-client
Version:
🔪 Shorten links with Bitly in your terminal!
41 lines (30 loc) • 950 B
Markdown
# Bitly CLI Client 🔪
> Shorten links with Bitly in your terminal!
[](https://travis-ci.org/xxczaki/bitly-cli-client)
[](https://github.com/xojs/xo)

---
## Install
```bash
npm install --global bitly-cli-client
```
<a href="https://www.patreon.com/akepinski">
<img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160">
</a>
## Usage
```
Usage
$ bitly <options>
Options
--url -u Shorten a link
--qr -q Generate a QR Code
--list -l List all shortened links
--purge -p Purge the list of saved URLs
--reset -r Reset Generic Access Token
Examples
$ bitly --url --qr kepinski.me
$ bitly -l
$ bitly --reset
```
### License
MIT