Created a new script for generating scaffolding for new extensions.

Review Request #2822 — Created Jan. 23, 2012 and discarded — Latest diff uploaded

Information

RBTools

Reviewers

Created a new script for generating scaffolding for new extensions.
I added some unit tests for naming convention testing and conversion, but otherwise all testing has been manual on Linux 3.1.8-1.
I have tried creating new extensions with each option, and installing the egg using easy_install name develop on a local environment.

Screenshots

setup.py
rbtools/rb_extgen.py
rbtools/tests.py
rbtools/templates/extensions/setup.py
rbtools/templates/extensions/extension/admin_urls.py
rbtools/templates/extensions/extension/extension.py
rbtools/templates/extensions/extension/urls.py
rbtools/templates/extensions/extension/views.py
rbtools/templates/extensions/extension/templates/extension/configure.html
rbtools/templates/extensions/extension/templates/extension/dashboard.html
Loading...