1.1.0 • Published 5 years ago

gitshort v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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

License