SimplCommerce
SimplCommerce copied to clipboard
Add `dotnet new` templating for modules...
As I developer of a module I would like to be able to dotnet new simplcommercemodule
on command line to generate a Razor class library
and any files needed to initialize a module.
Razorclasslib template
-
AssemblyName = xxx.Module.xxx
-
Edit csproj =
http://docs.simplcommerce.com/en/latest/how-to-add-new-modules/
-
module.json
-
ModuleInitializer
-
Generate empty directories with common module structure.
Areas, Data, Events, Models, Services, wwwroot
This is great .. @thiennn I think we need to do this before the RTM release
This is great!
I've made a module template. How would you like it?