Add script to create new module
When creating a new Plinth module, I usually copy a lot of code from other modules, and then modify it as needed. It would be nice to have a script that you can run like ./create-module <name>
that will create all the boilerplate that is common for modules.