Cookiecutter template for a Salt Formula. See https://github.com/audreyr/cookiecutter.
- Free software: BSD license
- Vanilla testing setup with unittest and python setup.py test
- Travis-CI: Ready for Travis Continuous Integration testing
- Tox testing: Setup to easily test for Python 2.6, 2.7, 3.3
- Sphinx docs: Documentation ready for generation with, for example, ReadTheDocs
Generate a salt formula project:
cookiecutter https://github.com/westurner/cookiecutter-saltformula.git
Then:
- Create a repo and put it there.
- Add the repo to your Travis CI account.
- Add the repo to your ReadTheDocs account + turn on the ReadTheDocs service hook.
- Release your package the standard Python way. Here's a release checklist: https://gist.github.com/audreyr/5990987
- Also see the network and family tree for this repo. (If you find anything that should be listed here, please add it and send a pull request!)