Add a -clean switch #319
Labels
enhancement
New feature or request
good first issue
Good for newcomers
sponsors welcome
The effort required would make a sponsor the ideal approach to closing this issue.
Sponsorship
If this request requires additional support (e.g., such as direct email/phone/meeting/development), I have the following interest in helping to sponsor the effort via GitHub Sponsors:
Is your feature request related to a problem?
Some people might want a clean/empty version of the extension(s) that are for DNN specifically. These folks might be considered "advanced" developers in many cases. They may not want to delete any of the boilerplate/placeholder code. A switch can be added to allow the generator to know instead to not add that code.
Describe the solution you'd like
Similar to the existing
-f
switch, a-clean
switch can be added to allow the template code to make a decision to only include the DNN extension structure.Example: Using the -f switch
When used, the front-end views shouldn't contain any HTML that emits visible objects to the end-user, any included license/release notes/SqlDataProvider and .cs files should only contain the code that's necessary to allow the extension to build, install, and run. Nothing else.
Describe alternatives you've considered
None at this time.
Additional context
None.
The text was updated successfully, but these errors were encountered: