https://github.com/cloudify-cosmo/cloudify-plugin-template
Cloudify Templates for Cloudify Plugins
https://github.com/cloudify-cosmo/cloudify-plugin-template
Last synced: 6 months ago
JSON representation
Cloudify Templates for Cloudify Plugins
- Host: GitHub
- URL: https://github.com/cloudify-cosmo/cloudify-plugin-template
- Owner: cloudify-cosmo
- License: apache-2.0
- Created: 2014-04-01T11:49:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T17:30:47.000Z (over 1 year ago)
- Last Synced: 2024-10-29T18:55:04.968Z (over 1 year ago)
- Language: Python
- Size: 166 KB
- Stars: 7
- Watchers: 40
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cloudify-plugin-template
========================
[](https://travis-ci.org/cloudify-cosmo/cloudify-plugin-template)
Cloudify plugin project template.
## Usage
See [writing your own plugin](https://docs.cloudify.co/latest/developer/writing_plugins/)
## Tests
To run the example plugin tests, the included `dev-requirements.txt` should be installed.
```
pip install -r dev-requirements.txt
```