templates/readme.md
Folder contains a project templates and functionality to apply template values to all projects inside rush multi repo.
Any folder with package.json inside templates are template, so it is possible to apply it.
Templates will be matched using peerDependencies entries should be available inside dependencies of project template is matched against.
So ui template with peer dependency to svelte, will be matched to any UI plugin.
If no template is matched for project then default template will be used.
If package.json contains "template" field, template from templates with matched name will be selected.