simplcommerce / SimplCommerce

A simple, cross platform, modulith ecommerce system built on .NET
http://www.simplcommerce.com
Apache License 2.0
4.21k stars 1.59k forks source link

Add `dotnet new` templating for modules... #733

Open horseyhorsey opened 5 years ago

horseyhorsey commented 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.

Razorclasslib template

hishamco commented 5 years ago

This is great .. @thiennn I think we need to do this before the RTM release

TheFirstWhiteDream commented 5 years ago

This is great!

horseyhorsey commented 4 years ago

I've made a module template. How would you like it?