GitXplorerGitXplorer
w

cookiecutter-saltformula

public
5 stars
3 forks
3 issues

Commits

List of commits on branch master.
Unverified
f26af5a0f078aaf789fd8ed1da06864340206897

DOC,BUG: README.rst: saltstack formula conventions url (#5)

wwesturner committed 10 years ago
Unverified
013ca3f01006a30187e02ed6f5a663331a463485

TST: test_{{ test_formula_name }}.py: test_something -> test_{{ test_formula_name }}.py

wwesturner committed 10 years ago
Unverified
1f33d11cbf221afb336bd795fb7d2da7c58ec0b0

BLD,BUG: test_<formula_name>: dashes - to underscores _

wwesturner committed 10 years ago
Unverified
85f5a86020fdecce03f3baca45ac534ad0459b5c

ENH: README.rst: Add "Formula Dependencies" heading to README.rst template (closes #2)

wwesturner committed 10 years ago
Unverified
d048afc220cd08b537b8c54a25a5014720dcae3c

Fork and adapt cookiecutter-pypackage as cookiecutter-saltformula

wwesturner committed 11 years ago
Unverified
0466303e531c5e91a6d740adaf0f93d24e162636

BLD: Update .gitignore

wwesturner committed 11 years ago

README

The README file for this repository.

========================= cookiecutter-saltformula

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_

Usage

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!)

.. _Travis-CI: http://travis-ci.org/ .. _Tox: http://testrun.org/tox/ .. _Sphinx: http://sphinx-doc.org/ .. _ReadTheDocs: https://readthedocs.org/ .. _github comparison view: https://github.com/westurner/cookiecutter-saltformula/compare/westurner:master...master .. _network: https://github.com/westurner/cookiecutter-saltformula/network .. _family tree: https://github.com/westurner/cookiecutter-saltformula/network/members