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.
- Host: GitHub
- URL: https://github.com/aluttik/gitready
- Owner: aluttik
- License: apache-2.0
- Created: 2019-01-20T00:37:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T22:27:18.000Z (about 6 years ago)
- Last Synced: 2025-09-24T22:59:08.631Z (4 months ago)
- Topics: cookie-cutter, git-init, python-project-template, python-setup
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
GitReady
Initializes a git repo for a python project
## 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.
```