commit | 7792c708f045122fbf0fc0b14a12386e460718c8 | [log] [tgz] |
---|---|---|
author | Ales Komarek <mail@newt.cz> | Mon Oct 19 20:41:02 2015 +0200 |
committer | Ales Komarek <mail@newt.cz> | Mon Oct 19 20:41:02 2015 +0200 |
tree | ea38ec0f3e7e79685f5985cd65957d0c1e3345e6 |
Initial version
diff --git a/cookiecutter.json b/cookiecutter.json new file mode 100644 index 0000000..4d42877 --- /dev/null +++ b/cookiecutter.json
@@ -0,0 +1,6 @@ +{ + "project_name": "salt-formula", + "repo_name": "{{ cookiecutter.project_name|replace('-', '_') }}", + "service_name": "{{ cookiecutter.project_name.split('-')[0] }}", + "license_holder": "tcp cloud a.s." +}