Add support for: * `new function --type custom-resources` * `new function --type slack-command` Using the `--type` option will used different scaffolding and base classes. QUESTION: could this be built using `dotnet new` templating?
Add support for:
new function --type custom-resourcesnew function --type slack-commandUsing the
--typeoption will used different scaffolding and base classes.QUESTION: could this be built using
dotnet newtemplating?