https://github.com/n8henrie/cookiecutter-go
A Golang cookiecutter for https://github.com/audreyr/cookiecutter
https://github.com/n8henrie/cookiecutter-go
Last synced: 3 months ago
JSON representation
A Golang cookiecutter for https://github.com/audreyr/cookiecutter
- Host: GitHub
- URL: https://github.com/n8henrie/cookiecutter-go
- Owner: n8henrie
- License: mit
- Created: 2017-01-26T15:44:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-15T22:57:11.000Z (over 3 years ago)
- Last Synced: 2024-12-27T16:27:35.427Z (5 months ago)
- Language: Go
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## cookiecutter-pypackage
My fork of [cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage).
Cookiecutter template for a Python package. See for more info.
- Free software: BSD license
- Vanilla testing setup with unittest and python setup.py test
- [TravisCCI](http://travis-ci.org/): Ready for Travis Continuous
Integration testing
- [Tox](http://testrun.org/tox/) testing: Setup to easily test for
Python 2.6, 2.7, 3.3
- [Sphinx](http://sphinx-doc.org/) docs: Documentation ready for
generation with, for example,
[ReadTheDocs](https://readthedocs.org/)### Usage
Generate a Python package project:
cookiecutter https://github.com/n8henrie/cookiecutter-pypackage
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: