Understand the tool presets
mainThe create-typescript-app CLI provides different presets to balance tooling complexity with project needs:
- Minimal: Provides the barest starting template with only essential tooling for building, formatting, linting, and releasing a small TypeScript package.
- Common: Includes minimal tooling plus common repository management automation, such as contributor recognition, release management, and testing.
- Everything: Includes the full suite of latest safety checks and standardization tools (this is the preset used by the repository itself).
You can customize which preset is used via the CLI.