This repo helps take care of the boilerplate in creating a new Python module. Based on Richard Clatyon's wonderful blog post.
- Create a repo using this as a template.
- In the command line:
fox@arwing:~$ mkdir sample-project
fox@arwing:~$ cd sample-project
fox@arwing:~/sample-project$ gh repo create -p boilerjake/python-module sample-project
fox@arwing:~/sample-project$ git pull- In the browser
- Scroll up and click "Use this template"
- Edit the template variables
fox@arwing:~/sample-project$ vim customize.json- Apply the template customization
fox@arwing:~/sample-project$ ./customizeDone. Now get back to work!