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
+1
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ That script will run completely autonomously, no prompted inputs required. ✨
49
49
50
50
The setup scripts also allow for optional overrides of the following inputs whose defaults are based on other options:
51
51
52
+
-`--access`_(`"public" | "restricted`)_: Which [`npm publish --access`](https://docs.npmjs.com/cli/commands/npm-publish#access) to release npm packages with (by default, `"public"`)
52
53
-`--author`_(`string`)_: Username on npm to publish packages under (by default, an existing npm author, or the currently logged in npm user, or `owner.toLowerCase()`)
53
54
-`--email`_(`string`)_: Email address to be listed as the point of contact in docs and packages (e.g. `[email protected]`)
54
55
- Optionally, `--email-github`_(`string`)_ and/or `--email-npm`_(`string`)_ may be provided to use different emails in `.md` files and `package.json`, respectively
0 commit comments