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
|`--access`|`string`| Which [`npm publish --access`](https://docs.npmjs.com/cli/commands/npm-publish#access) to release npm packages with |`"public"`|
49
-
|`--author`|`string`| Username on npm to publish packages under | An existing npm author, or the currently logged in npm user, or `owner.toLowerCase()`|
50
-
|`--bin`|`string`| Value to set in `package.json`'s `"bin"` property, per [FAQs > How can I use `bin`?](./FAQs.md#how-can-i-use-bin)|_(none)_|
51
-
|`--email`|`string`| Email address to be listed as the point of contact in docs and packages (e.g. `[email protected]`) | Yours from `gh`, `git config`, or `npm whoami`|
52
-
|`--emoji`|`string`| decorative emoji to use in descriptions and docs | The last emoji from `description`, or `"💖"`|
53
-
|`--funding`|`string`| GitHub organization or username to mention in `funding.yml`| The same as `owner`|
54
-
|`--keywords`|`string[]`| Any number of keywords to include in `package.json`|_(none)_|
55
-
|`--owner`|`string`| Organization or user owning the repository | Yours from `gh` or `git config`|
56
-
|`--pnpm`|`string`| pnpm version for `package.json`'s `packageManager` field | Existing value in `package.json` if it exists |
57
-
|`--repository`|`string`| Name for the new repository | The same as `--directory`|
58
-
|`--title`|`string`| 'Title Case' title for the repository | Title-cased `repository`|
59
-
|`--version`|`string`| package version to publish as and store in `package.json`| Existing value in `package.json` if it exists, or `"0.0.0"`|
|`--access`|`string`| Which [`npm publish --access`](https://docs.npmjs.com/cli/commands/npm-publish#access) to release npm packages with |`"public"`|
49
+
|`--author`|`string`| Username on npm to publish packages under | An existing npm author, or the currently logged in npm user, or `owner.toLowerCase()`|
50
+
|`--bin`|`string`| Value to set in `package.json`'s `"bin"` property, per [FAQs > How can I use `bin`?](./FAQs.md#how-can-i-use-bin)|_(none)_|
51
+
|`--email`|`string`| Email address to be listed as the point of contact in docs and packages (e.g. `[email protected]`) | Yours from `gh`, `git config`, or `npm whoami`|
52
+
|`--emoji`|`string`| decorative emoji to use in descriptions and docs | The last emoji from `description`, or `"💖"`|
53
+
|`--funding`|`string`| GitHub organization or username to mention in `funding.yml`| The same as `owner`|
54
+
|`--keywords`|`string[]`| Any number of keywords to include in `package.json`|_(none)_|
55
+
|`--owner`|`string`| Organization or user owning the repository | Yours from `gh` or `git config`|
56
+
|`--pnpm`|`string`| pnpm version for `package.json`'s `packageManager` field | Existing value in `package.json` if it exists |
57
+
|`--repository`|`string`| Name for the new repository | The same as `--directory`|
58
+
|`--title`|`string`| 'Title Case' title for the repository | Title-cased `repository`|
59
+
|`--version`|`string`| package version to publish as and store in `package.json`| Existing value in `package.json` if it exists, or `"0.0.0"`|
60
+
|`--words`|`string[]`| additional words to add to the CSpell dictionary | Existing `words` in a `cspell.json` file if it exists, and any new words in from other options |
60
61
61
62
For example, customizing the npm author and funding source to different values than what would be inferred:
0 commit comments