1
mirror of https://github.com/jakejarvis/jrvs.io.git synced 2025-04-27 12:46:20 -04:00
jrvs.io/README.md
2019-12-19 09:50:07 -05:00

31 lines
716 B
Markdown

# [go.jarv.is](https://go.jarv.is/) 👉
[![Netlify Status](https://api.netlify.com/api/v1/badges/6c1d7761-137b-40e8-b93a-1f6b06430e38/deploy-status)](https://app.netlify.com/sites/jovial-gates-ad3991/deploys)
Personal link shortener powered by [@kentcdodds](https://kentcdodds.com/)'s elegant [netlify-shortener](https://github.com/kentcdodds/netlify-shortener).
## Usage
### View existing shortcodes:
[See `_redirects`.](_redirects)
### Create new shortcode:
```bash
npm run shorten https://github.com/jakejarvis gh-profile
```
or:
```bash
npm link # run once to set up
shorten https://github.com/jakejarvis gh-profile
```
## License
This project is distributed under the [MIT license](LICENSE.md).