Templates
A Template defines a group of Presets that can be chosen between by a user.
Templates are the highest level of grouping in create
projects.
CLI APIs like npx create *-app
will work by pointing to a Template and asking the user to choose between their presets.
For example, this Template groups several levels of tooling from a create-typescript-app
-like generator:
A CLI like npx create
can then work with that Template to prompt the user for choosing a Preset: