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
Copy file name to clipboardExpand all lines: docs/Options.md
+2
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,8 @@ The setup scripts also allow for optional overrides of the following inputs whos
54
54
-`--email`_(`string`)_: Email address to be listed as the point of contact in docs and packages (e.g. `[email protected]`)
55
55
- Optionally, `--email-github`_(`string`)_ and/or `--email-npm`_(`string`)_ may be provided to use different emails in `.md` files and `package.json`, respectively
56
56
-`--funding`_(`string`)_: GitHub organization or username to mention in `funding.yml` (by default, `owner`)
57
+
-`--keywords`_(`string[]`)_: Any number of keywords to include in `package.json` (by default, none)
58
+
- This can be specified any number of times, like `--keywords apple --keywords "banana cherry"`
57
59
-`--logo`_(`string`)_: Local image file in the repository to display near the top of the README.md as a logo
58
60
-`--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
0 commit comments