Skip to content

yashmehrotra/greate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greate

Greate helps you in creating github repos on the go from your command line. All you have to do is write greate and it will create a repository with the name of your current directory.

You can also customize your repository by using additional arguments

Installation

$ pip install git+https://github.com/yashmehrotra/greate.git

Usage

usage: greate [-h] [--ssh] [-d DESCRIPTION] [-n NAME] [-r] [-p]

optional arguments:
  -h, --help            show this help message and exit
  --ssh                 Adds the ssh url for git remote. Default: https
  -d DESCRIPTION, --description DESCRIPTION
                        Description for github repo
  -n NAME, --name NAME  Name for the github repo. Default: Current directory name
  -r, --readme          Create README.md for github repo
  -p, --private         Private github repo

Examples

$ greate
Username: foobar
Password:
Repository created successfully

# Use ssh as remote url
$ greate --ssh
Username: foobar
Password:
Repository created successfully

# Add description
$ greate -d "My first project"
Username: foobar
Password:
Repository created successfully

TODO

  1. Clean Code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages