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

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

Awesome Lists containing this project

README

          

cloudify-plugin-template
========================

[![Build Status](https://travis-ci.org/cloudify-cosmo/cloudify-plugin-template.svg?branch=master)](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
```