Open horseyhorsey opened 5 years ago
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.
dotnet new simplcommercemodule
Razor class library
http://docs.simplcommerce.com/en/latest/how-to-add-new-modules/
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?
As I developer of a module I would like to be able to
dotnet new simplcommercemodule
on command line to generate aRazor class library
and any files needed to initialize a module.Razorclasslib template
http://docs.simplcommerce.com/en/latest/how-to-add-new-modules/
Generate empty directories with common module structure.
Areas, Data, Events, Models, Services, wwwroot