gitshort
v1.1.0
Published
CLI to create short or vanity urls with git.io
Downloads
4
Maintainers
Readme
GitShort
__ __ ____ ___ _ _ __ ___ ____
/ _)( )(_ _)/ __)( )( )/ \( ,)(_ _)
( (/\ )( )( \__ \ )__(( () )) \ )(
\__/(__) (__) (___/(_)(_)\__/(_)\_)(__)
CLI to create short or vanity urls with git.io
Setup
npm install -g gitshort
Usage
$ gitshort github_url
$ gitshort github_url -v desired_vanity_tag
Examples
$ gitshort https://github.com/tensorflow/tensorflow
https://git.io/v7llm
$ gitshort https://github.com/junyanz/CycleGAN -v cyclegan
https://git.io/cyclegan
Contributing
Fork it:
https://github.com/ryanmaynard/gitshort/fork
Create your feature branch:
git checkout -b my-new-feature
Commit your changes:
git commit -am 'Add some feature'
Push to the branch:
git push origin my-new-feature
Create a new Pull Request:
https://github.com/ryanmaynard/gitshort/compare