Monday, January 20, 2014

Orchard - Command line scaffolding


Code generation is an Orchard module that automates the task of creating additional files and extensions. This feature is useful for developers that want to create controllers, data migration classes, modules, and themes. However, the code generation feature is not installed by default when you install Orchard.

Enable it via command line


feature enable Orchard.CodeGeneration


http://docs.orchardproject.net/Documentation/Command-line-scaffolding


No comments:

Post a Comment