Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hashnuke/github-create
- Owner: HashNuke
- Created: 2011-03-01T05:26:55.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-08T03:23:36.000Z (about 13 years ago)
- Last Synced: 2024-10-04T21:34:35.976Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 108 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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