gitready

Initializes a git repo for a python project


Keywords
cookie-cutter, git-init, python-project-template, python-setup
License
Apache-2.0
Install
pip install gitready==0.1.1

Documentation

GitReady

Initializes a git repo for a python project

Build status PyPI version Supported Python versions License: Apache 2.0 Code style: black

Installation

pip install gitready

Command Line Interface

usage: gitready [--license <license>] [--pypi <project>] [-h] [-V] user/repo

Creates a new python project from scratch.

positional arguments:
  user/repo            GitHub user and repository names.

optional arguments:
  --license <license>  Which open source license to use. [default: mit]
                       [possible values: apache2, bsd, gplv3, mit, mozilla]
  --pypi <project>     PyPI name if different than the repo name.
  -h, --help           Print this help message and exit.
  -V, --version        Show version information and exit.