@@ -19,18 +19,19 @@ This includes the options described in [CLI](./CLI.md).
19
19
Some of create-typescript-app's options are rich objects, typically very long strings, or otherwise not reasonable on the CLI.
20
20
These options are generally only programmatically used internally, but can still be specified in a configuration file:
21
21
22
- | Option | Description | Default (If Available) |
23
- | ---------------- | ------------------------------------------------------------------------ | --------------------------------------------------------- |
24
- | ` contributors ` | AllContributors contributors to store in ` .all-contributorsrc ` | Existing contributors in the file, or just your username |
25
- | ` documentation ` | any additional docs to add to ` .github/DEVELOPMENT.md ` | Extra content in ` .github/DEVELOPMENT.md ` |
26
- | ` existingLabels ` | existing labels to switch to the standard template labels | Existing labels on the repository from the GitHub API |
27
- | ` explainer ` | additional ` README.md ` sentence(s) describing the package | Extra content in ` README.md ` after badges and description |
28
- | ` guide ` | link to a contribution guide to place at the top of development docs | Block quote on top of ` .github/DEVELOPMENT.md ` |
29
- | ` logo ` | local image file and alt text to display near the top of the ` README.md ` | First non-badge image's ` alt ` and ` src ` in ` README.md ` |
30
- | ` node ` | Node.js engine version(s) to pin and require a minimum of | Values from ` .nvmrc ` and ` package.json ` 's ` "engines" ` |
31
- | ` packageData ` | additional properties to include in ` package.json ` | Existing values in ` package.json ` |
32
- | ` rulesetId ` | GitHub branch ruleset ID for main branch protections | Existing ruleset on the ` main ` branch from the GitHub API |
33
- | ` usage ` | Markdown docs to put in ` README.md ` under the ` ## Usage ` heading | Existing usage lines in ` README.md ` |
22
+ | Option | Description | Default (If Available) |
23
+ | ------------------- | ------------------------------------------------------------------------ | --------------------------------------------------------- |
24
+ | ` contributors ` | AllContributors contributors to store in ` .all-contributorsrc ` | Existing contributors in the file, or just your username |
25
+ | ` documentation ` | any additional docs to add to ` .github/DEVELOPMENT.md ` | Extra content in ` .github/DEVELOPMENT.md ` |
26
+ | ` existingLabels ` | existing labels to switch to the standard template labels | Existing labels on the repository from the GitHub API |
27
+ | ` explainer ` | additional ` README.md ` sentence(s) describing the package | Extra content in ` README.md ` after badges and description |
28
+ | ` guide ` | link to a contribution guide to place at the top of development docs | Block quote on top of ` .github/DEVELOPMENT.md ` |
29
+ | ` logo ` | local image file and alt text to display near the top of the ` README.md ` | First non-badge image's ` alt ` and ` src ` in ` README.md ` |
30
+ | ` node ` | Node.js engine version(s) to pin and require a minimum of | Values from ` .nvmrc ` and ` package.json ` 's ` "engines" ` |
31
+ | ` packageData ` | additional properties to include in ` package.json ` | Existing values in ` package.json ` |
32
+ | ` rulesetId ` | GitHub branch ruleset ID for main branch protections | Existing ruleset on the ` main ` branch from the GitHub API |
33
+ | ` usage ` | Markdown docs to put in ` README.md ` under the ` ## Usage ` heading | Existing usage lines in ` README.md ` |
34
+ | ` workflowsVersions ` | existing versions of GitHub Actions workflows used | Existing action versions in ` .github/workflows/*.yml ` |
34
35
35
36
For example, changing ` node ` versions to values different from what would be inferred:
36
37
0 commit comments