Skip to content

A command line GitHub wrapper to create repositories

License

Notifications You must be signed in to change notification settings

supremebeing7/githubrepo

 
 

Repository files navigation

Githubrepo

This gem is a Command Line Interface to do only one thing... create GitHub repositories.

Installation

Download this gem:

$ gem install githubrepo

Usage

$ githubrepo create REPOSITORY_NAME
$ githubrepo REPOSITORY_NAME
$ githubrepo REPOSITORY_NAME -d "short description"

# To get back the SSH URL instead of HTTP, add the -s or --ssh flag:
$ githubrepo REPOSITORY_NAME -s

The default operation on githubrepo is to create, so you can skip the create action. For more details use help flag:

$ githubrepo --help

Development

To run the app in IRB for debugging run

$ rake console
$ Githubrepo.create(attributes)

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

A command line GitHub wrapper to create repositories

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%