GitXplorerGitXplorer
w

cookiecutter-saltformula

public
5 stars
3 forks
3 issues

Commits

List of commits on branch master.
Unverified
c497a6f0f8f65a6677f0d924892e43403d4abbef

Update cookiecutter.json: Add metadata

wwesturner committed 11 years ago
Unverified
d0e0cc06a493d94068aa4e7145e45073155adc07

Update README.rst: adapt cookiecutter-pypackage/README.rst

wwesturner committed 11 years ago
Unverified
9b545bf046d16924207e6cb5c507de0e0a5b0e8e

Merge pull request #31 from treyhunner/fix-whitespace

aaudreyfeldroy committed 11 years ago
Unverified
e8b526838f46e691d634b446d7ce3cb21d4ea95e

Trim trailing whitespace from RST files

ttreyhunner committed 11 years ago
Unverified
6b79d0f806bdb1296c56b5e9e6ddaed4f308844c

Merge pull request #27 from treyhunner/py34

aaudreyfeldroy committed 11 years ago
Unverified
1fe6544e079a723fda0a40f0d9e924980ead2e6f

Add Python 3.4 support by default

ttreyhunner 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