A command-line utility to bootstrap GitHub repositories with labels and webhooks.
Project description
A command-line utility to bootstrap GitHub repositories with labels and webhooks.
Installation
To get the latest stable release from PyPi
pip install gcreate
To get the latest commit from GitHub
pip install -e git+git://github.com/bdero/gcreate.git#egg=gcreate
Generate an initial configuration in $HOME/.gcreate and modify it
gcreate init
vi ~/.gcreate # Configuration directions are located inside
Release Notes
No releases yet.