https://github.com/openstack/devstack-plugin-cookiecutter
Cookiecutter Template for new DevStack plugins. Mirror of code maintained at opendev.org.
https://github.com/openstack/devstack-plugin-cookiecutter
Last synced: about 1 year ago
JSON representation
Cookiecutter Template for new DevStack plugins. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/devstack-plugin-cookiecutter
- Owner: openstack
- License: apache-2.0
- Created: 2015-03-18T20:15:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T11:31:30.000Z (about 6 years ago)
- Last Synced: 2024-05-09T18:51:27.868Z (about 2 years ago)
- Language: Shell
- Homepage: https://opendev.org/openstack/devstack-plugin-cookiecutter
- Size: 8.79 KB
- Stars: 18
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
============================
devstack-plugin-cookiecutter
============================
Cookiecutter template for an OpenStack devstack plugin. See https://github.com/audreyr/cookiecutter.
* Free software: Apache license
This cookiecutter template will create a devstack plugin directory
within an existing repo. For information on devstack plugins, see
http://docs.openstack.org/developer/devstack/plugins.html
Usage
-----
To use, `cd` into the project directory then run::
cookiecutter https://git.openstack.org/openstack-dev/devstack-plugin-cookiecutter.git
You will be prompted for the name of the devstack service to use.