Boilerplate to kickstart creating a python module
This is what I use for my modules
- Clone the repo
git clone https://github.com/harshasrinivas/py-module-boilerplate.git
- Setup the module
sh script.sh <module-name> <author-name> <author-email> <github-url>
MIT © Harsha Srinivas