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

https://github.com/aluttik/gitready

Initializes a git repo for a Python project.
https://github.com/aluttik/gitready

cookie-cutter git-init python-project-template python-setup

Last synced: 7 days ago
JSON representation

Initializes a git repo for a Python project.

Awesome Lists containing this project

README

          

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 ] [--pypi ] [-h] [-V] user/repo

Creates a new python project from scratch.

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

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