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
That script will run completely autonomously, no prompted inputs required. ✨
@@ -48,11 +48,12 @@ They will be inferred from the running user, and if migrating an existing reposi
48
48
-`--access`_(`"public" | "restricted"`)_: Which [`npm publish --access`](https://docs.npmjs.com/cli/commands/npm-publish#access) to release npm packages with (by default, `"public"`)
49
49
-`--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()`)
50
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)
51
-
-`--directory`_(`string`)_: Directory to create the repository in (by default, the same name as the repository)
51
+
-`--repository`_(`string`)_: Name for the new repository (by default, the same as `--directory`)
52
52
-`--email`_(`string`)_: Email address to be listed as the point of contact in docs and packages (e.g. `[email protected]`)
53
53
-`--funding`_(`string`)_: GitHub organization or username to mention in `funding.yml` (by default, `owner`)
54
54
-`--keywords`_(`string[]`)_: Any number of keywords to include in `package.json` (by default, none)
55
55
- This can be specified any number of times, like `--keywords apple --keywords "banana cherry"`
56
+
-`--title`_(`string`)_: 'Title Case' title for the repository (by default, based on the repository name)
56
57
57
58
For example, customizing the npm author and funding source:
Per [Bingo > Stratum > Configurations > `blocks`](https://www.create.bingo/engines/stratum/details/configurations#blocks), individual Blocks may be excluded from running.
69
67
For example, initializing with all tooling except for Renovate:
0 commit comments