Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 403 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 403 Bytes

sopel-cookiecutter

Template for Sopel modules. To use:

pip install cookiecutter
cookiecutter gh:sopel-irc/sopel-cookiecutter

You can then release the module on PyPI in the normal Python way.

Obviously, you can modify anything that the template builds, so don't feel constrained to this one way of doing things. Please do submit PRs to this repo if you think the template can be improved.