Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hashnuke/github-create

a tool to help create github repos for projects directly from terminal
https://github.com/hashnuke/github-create

Last synced: 24 days ago
JSON representation

a tool to help create github repos for projects directly from terminal

Awesome Lists containing this project

README

        

github-create
==============

Adds an executable `ghcreate` which will help you by creating github repos from your command line.

*Won't work with windows*

Install
--------

gem install github-create

Usage
------

ghcreate -c REPO_NAME

Options
--------

`-c NAME, --create NAME` specify the name of the repo to create

`-p, --private` creates private repo when this option is used

`--clear` clear github username, stored in $HOME/.github-create

`-r NAME, --remote NAME` set the origin name. If not specified origin or github is used

`-h, --help` displays help message