Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 697 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 697 Bytes

Hamper Plugin Template

Base template for a simple external Hamper plugin, based on Cookiecutter.

  1. Install Cookiecutter.

  2. 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).

  3. 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.