Catesta
Catesta copied to clipboard
Customize module defaults
Description
We're finding several customizations we'd like to make to a newly scaffolded module, and wanted to see if we can use a customized Plaster Template to accomplish this.
Describe the solution you'd like
Things we're doing:
- set company name in manifest
- modify tasks.json
- modify extensions.json
- modify settings.json
- remove media folder
- modify PSScriptAnalyzerSettings.psd1
Describe any alternatives you've considered
Additional context
I need more details about the specific changes you're proposing.
- Are you wanting an additional prompt for capturing the company name?
- What specific modifications do you want to make to
tasks.json,extensions.json, andsettings.json? - Can you clarify the purpose of removing the media folder? What are you expecting Catesta to do here?
- What changes to
PSScriptAnalyzerSettings.psd1? Are these custom or generic for any module scaffold?