Skip to content

Commit

Permalink
0.9.0: implement new features, update menu
Browse files Browse the repository at this point in the history
  • Loading branch information
blefnk committed Oct 29, 2024
1 parent 4d1ff62 commit 4d05567
Show file tree
Hide file tree
Showing 25 changed files with 881 additions and 345 deletions.
12 changes: 10 additions & 2 deletions knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@
"src/prompts/utils/putout.ts",
"src/prompts/utils/string.ts",
"src/prompts/utils/types.ts",
"src/prompts/utils/with.ts"
"src/prompts/utils/with.ts",
"src/prompts/16-constructEnvVariablesFile.ts",
"src/prompts/mods/replaceWithModern.ts",
"src/prompts/temp/14-askCodemodUserCodebase.ts",
"src/prompts/temp/16-showUpdateCloneMenu.ts",
"src/prompts/temp/replaceImportSymbol.ts",
"src/prompts/tests/codemod.ts",
"src/prompts/tests/updater.ts"
],
"ignoreBinaries": [],
"ignoreDependencies": [
Expand All @@ -31,6 +38,7 @@
"picocolors",
"tasuku",
"terser",
"open"
"open",
"glob"
]
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reliverse",
"version": "0.8.0",
"version": "0.9.0",
"description": "Reliverse is a CLI tool designed to streamline the setup of JavaScript, TypeScript, and other types of projects, with a primary focus on Next.js templates, though it is not limited to them. It allows you to effortlessly bootstrap projects, including the Relivator Next.js template or any other template from GitHub or other Git-based sources. Additionally, Reliverse assists in managing configuration files and resolving potential conflicts between tools like ESLint, Prettier, and Biome.",
"keywords": ["reliverse", "cli"],
"license": "MIT",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@reliverse/fs": "^0.6.0",
"citty": "^0.1.6",
"consola": "^3.2.3",
"execa": "^9.5.0",
"execa": "^9.5.1",
"giget": "^1.2.3",
"node-fetch": "^3.3.2",
"nypm": "^0.3.12",
Expand All @@ -64,18 +64,18 @@
"@total-typescript/ts-reset": "^0.6.1",
"@types/eslint__js": "^8.42.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.8.1",
"@types/node": "^22.8.4",
"eslint": "^9.13.0",
"fs-extra": "^11.2.0",
"globals": "^15.11.0",
"knip": "^5.34.0",
"knip": "^5.34.3",
"magicast": "^0.3.5",
"redrun": "^11.0.5",
"terser": "^5.36.0",
"tsup": "^8.3.5",
"tsx": "^4.19.1",
"tsx": "^4.19.2",
"typescript": "5.6.3",
"typescript-eslint": "^8.11.0"
"typescript-eslint": "^8.12.2"
},
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
"pnpm": {
Expand Down
Loading

0 comments on commit 4d05567

Please sign in to comment.