mistral/tools/cookiecutter-mistral-custom/cookiecutter.json
Eyal 0b8dd84b18 Add a cookiecutter template to generate custom stuff
* Custom actions and yaql expressions

Change-Id: I5843135fb8adbeb73d1e205cf81f4c60e8b5b306
2019-09-11 16:39:35 +03:00

9 lines
280 B
JSON

{
"author": "mistral mistraly",
"email": "mistral@mistral.com",
"project_name": "example-action",
"pkg_name": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}",
"summary": "A mistral custom action example",
"version": "0.1.0"
}