|
9 months ago | |
---|---|---|
hooks | 7 years ago | |
releasenotes/notes | 1 year ago | |
{{cookiecutter.repo_name}} | 9 months ago | |
.gitignore | 3 years ago | |
.gitreview | 2 years ago | |
CONTRIBUTING.rst | 1 year ago | |
README.rst | 1 year ago | |
cookiecutter.json | 3 years ago |
Cookiecutter template for an OpenStack project. See https://github.com/audreyr/cookiecutter.
Install cookiecutter:
pip install cookiecutter
Generate a Python package project:
cookiecutter https://opendev.org/openstack/cookiecutter.git
OpenStack projects require a working git repo for pbr to work, on newer versions of cookiecutter (>= 0.7.0 released 2013-11-09) this initial commit will be done automatically. Otherwise you will need to init a repo and commit to it before doing anything else:
cd $repo_name
git init
git add .
git commit -a
Then: