Skip to content

Commit

Permalink
0.7.0: improve dx, prepare cli for next steps
Browse files Browse the repository at this point in the history
  • Loading branch information
blefnk committed Oct 27, 2024
1 parent 9ac7c02 commit f803d79
Show file tree
Hide file tree
Showing 34 changed files with 4,014 additions and 11,101 deletions.
2,494 changes: 28 additions & 2,466 deletions eslint.config.js

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"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/05-askTemplate.ts"
],
"ignoreBinaries": [],
"ignoreDependencies": [
Expand All @@ -30,6 +31,7 @@
"ofetch",
"picocolors",
"tasuku",
"terser"
"terser",
"open"
]
}
60 changes: 17 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reliverse",
"version": "0.6.0",
"version": "0.7.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 @@ -37,70 +37,44 @@
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"@inquirer/prompts": "^6.0.1",
"@inquirer/prompts": "^7.0.1",
"@reliverse/core": "^0.1.0",
"@reliverse/fs": "^0.6.0",
"citty": "^0.1.6",
"consola": "^3.2.3",
"execa": "^9.5.0",
"giget": "^1.2.3",
"node-fetch": "^3.3.2",
"nypm": "^0.3.11",
"ofetch": "^1.4.0",
"nypm": "^0.3.12",
"ofetch": "^1.4.1",
"open": "^10.1.0",
"pathe": "^1.1.2",
"picocolors": "^1.1.0",
"picocolors": "^1.1.1",
"random-words": "^2.0.1",
"simple-git": "^3.27.0",
"tasuku": "^2.0.1"
},
"devDependencies": {
"@atao60/fse-cli": "^0.1.9",
"@biomejs/biome": "^1.9.2",
"@eslint-react/eslint-plugin": "^1.14.2",
"@eslint/js": "^9.11.1",
"@next/eslint-plugin-next": "^14.2.13",
"@stylistic/eslint-plugin": "^2.8.0",
"@tanstack/eslint-plugin-query": "^5.57.2",
"@biomejs/biome": "^1.9.4",
"@eslint/js": "^9.13.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/eslint__js": "^8.42.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.7.0",
"eslint": "^9.11.1",
"eslint-plugin-barrel-files": "^2.1.0",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import-x": "^4.3.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-no-comments": "^1.1.10",
"eslint-plugin-no-relative-import-paths": "^1.5.5",
"eslint-plugin-perfectionist": "^3.7.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-readable-tailwind": "^1.8.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-sonarjs": "^2.0.2",
"eslint-plugin-sort": "^3.0.2",
"eslint-plugin-sort-exports": "^0.9.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-yml": "^1.14.0",
"@types/node": "^22.8.1",
"eslint": "^9.13.0",
"fs-extra": "^11.2.0",
"globals": "^15.9.0",
"knip": "^5.30.5",
"globals": "^15.11.0",
"knip": "^5.34.0",
"magicast": "^0.3.5",
"redrun": "^11.0.5",
"terser": "^5.33.0",
"tsup": "^8.3.0",
"terser": "^5.36.0",
"tsup": "^8.3.5",
"tsx": "^4.19.1",
"typescript": "5.6.2",
"typescript-eslint": "^8.7.0"
"typescript": "5.6.3",
"typescript-eslint": "^8.11.0"
},
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
"pnpm": {
"allowedDeprecatedVersions": {
"inflight": "*",
Expand Down
Loading

0 comments on commit f803d79

Please sign in to comment.