Skip to content

Commit 1d60fc3

Browse files
feat: switch to Bingo (#1933)
## PR Checklist - [x] Addresses an existing open issue: fixes #1932 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Corresponding to JoshuaKGoldberg/bingo#76 & JoshuaKGoldberg/bingo#138 -> JoshuaKGoldberg/bingo#191: the `create` engine is being renamed to Bingo. 💖
1 parent 97cdfad commit 1d60fc3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+547
-473
lines changed

bin/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import chalk from "chalk";
44
console.log(
55
[
66
"create-typescript-app is now run using ",
7-
chalk.bold("create"),
7+
chalk.bold("bingo"),
88
".\n\nRun:\n ",
99
chalk.bold("npx create", process.argv.slice(2).join(" ")),
1010
"\n\nYou can read more on:\n https://",

package.json

+10-8
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,19 @@
3737
"*": "prettier --ignore-unknown --write"
3838
},
3939
"dependencies": {
40+
"bingo": "^0.4.0",
41+
"bingo-fs": "^0.4.0",
42+
"bingo-stratum": "^0.4.0",
4043
"chalk": "^5.4.1",
41-
"create": "^0.2.0",
42-
"create-fs": "^0.2.0",
4344
"cspell-populate-words": "^0.3.0",
4445
"execa": "^9.5.2",
4546
"git-remote-origin-url": "^4.0.0",
4647
"git-url-parse": "^16.0.0",
4748
"html-to-text": "^9.0.5",
4849
"image-size": "^1.2.0",
49-
"input-from-file": "^0.2.0",
50-
"input-from-file-json": "^0.2.0",
51-
"input-from-script": "^0.2.0",
50+
"input-from-file": "^0.4.0",
51+
"input-from-file-json": "^0.4.0",
52+
"input-from-script": "^0.4.0",
5253
"js-yaml": "^4.1.0",
5354
"lazy-value": "^3.0.0",
5455
"lodash": "^4.17.21",
@@ -61,7 +62,7 @@
6162
"set-github-repository-labels": "^0.1.0",
6263
"sort-package-json": "^2.14.0",
6364
"title-case": "^4.3.2",
64-
"zod": "^3.24.1"
65+
"zod": "^3.24.2"
6566
},
6667
"devDependencies": {
6768
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
@@ -78,8 +79,9 @@
7879
"@vitest/coverage-v8": "2.1.8",
7980
"@vitest/eslint-plugin": "1.1.20",
8081
"all-contributors-cli": "6.26.1",
82+
"bingo-stratum-testers": "0.4.0",
83+
"bingo-testers": "0.4.0",
8184
"console-fail-test": "0.5.0",
82-
"create-testers": "0.2.0",
8385
"cspell": "8.17.2",
8486
"eslint": "9.17.0",
8587
"eslint-plugin-jsdoc": "50.6.1",
@@ -96,7 +98,7 @@
9698
"lodash": "^4.17.21",
9799
"markdownlint": "0.37.2",
98100
"markdownlint-cli": "0.43.0",
99-
"prettier": "^3.4.2",
101+
"prettier": "^3.5.1",
100102
"prettier-plugin-curly": "0.3.1",
101103
"prettier-plugin-packagejson": "2.5.6",
102104
"prettier-plugin-sh": "0.14.0",

0 commit comments

Comments
 (0)