mirror of
https://github.com/jakejarvis/jrvs.io.git
synced 2025-04-27 12:46:20 -04:00
29 lines
676 B
Markdown
29 lines
676 B
Markdown
# [jrvs.io](https://jrvs.io/) 🔗
|
|
|
|
[](https://app.netlify.com/sites/jrvs/deploys)
|
|
|
|
Personal link shortener powered by [@kentcdodds](https://kentcdodds.com/)'s clever [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
|
|
```
|
|
|
|
or:
|
|
|
|
```bash
|
|
npm link # run once to set up
|
|
shorten https://github.com/jakejarvis gh
|
|
```
|
|
|
|
## License
|
|
|
|
This project is distributed under the [MIT license](LICENSE.md).
|