> utils/create-module.py --project projectname moduleA moduleB moduleC
> One script to rule them all.
> Do projects only make sense in contrib (as I've implicitly assumed in
the
> command above)? Or should we the script be agnostic?
This version creates multiple modules at once. If the project is given,
the modules are all created within that project. If not project is given
it assumes 'src'. The project path must begin with 'src' or 'contrib',
and may contain an arbitrary path after that.
Module and project names may only contain [a-zA-Z0-9_-]
https://codereview.appspot.com/343030043/