Base template for a simple external Hamper plugin, based on Cookiecutter.
-
Install Cookiecutter.
-
Use Cookiecutter to make a base project:
$ cd ~/src $ cookiecutter https://github.com/mythmon/hamper-plugin-template.git
This will ask for information it will use to fill in the template, such as the plugin's name, and your name (for the project metadata).
-
Change into the directory that Cookiecutter made, and start hacking. You probably want to start by editing (and possible renaming)
mycommand.py
in the package directory.