You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgalign="right"alt="Project logo: the TypeScript blue square with rounded corners, but a plus sign instead of 'TS'"src="./docs/create-typescript-app.png">
18
+
<imgalign="right"alt="Project logo: the TypeScript blue square with rounded corners, but a plus sign instead of 'TS'"height="128"src="./docs/create-typescript-app.png"width="128">
19
19
20
20
`create-typescript-app` is a one-stop-shop solution to set up a new or existing repository with the latest and greatest TypeScript tooling.
21
21
It includes options not just for building and testing but also GitHub repository templates, contributor recognition, automated release management, and more.
Copy file name to clipboardexpand all lines: docs/Options.md
+2
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,8 @@ The setup scripts also allow for optional overrides of the following inputs whos
64
64
- This can be specified any number of times, like `--keywords apple --keywords "banana cherry"`
65
65
-`--logo`_(`string`)_: Local image file in the repository to display near the top of the README.md
66
66
-`--logo-alt`_(`string`)_: If `--logo` is provided or detected from an existing README.md, alt text that describes the image (will be prompted for if not provided)
67
+
-`--logo-height`_(`number`)_: If `--logo` is provided or detected from an existing README.md, an explicit height style (by default, read from the image, capped to `128`)
68
+
-`--logo-width`_(`number`)_: If `--logo` is provided or detected from an existing README.md, an explicit width style (by default, read from the image, capped to `128`)
67
69
-`--preserve-generated-from`_(`boolean`)_: Whether to keep the GitHub repository _generated from_ notice (by default, `false`)
68
70
69
71
For example, customizing the ownership and users associated with a new repository:
0 commit comments