-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.6.0: complete all core prompts of cli
- Loading branch information
Showing
61 changed files
with
1,717 additions
and
1,799 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "reliverse", | ||
"version": "0.5.4", | ||
"version": "0.6.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", | ||
|
@@ -19,9 +19,9 @@ | |
}, | ||
"files": ["dist"], | ||
"scripts": { | ||
"appts": "redrun knip lint format typecheck test build", | ||
"appts": "redrun knip lint format typecheck build", | ||
"build": "fse remove --quiet dist && tsup", | ||
"ci": "pnpm lint:eslint && pnpm typecheck && pnpm test && pnpm build", | ||
"ci": "pnpm lint:eslint && pnpm typecheck && pnpm && pnpm build", | ||
"dev": "tsx src/index.ts --dev", | ||
"dev:eslint": "pnpm eslint --inspect-config", | ||
"dev:node": "node dist/index.js", | ||
|
@@ -33,8 +33,6 @@ | |
"lint:biome": "biome lint --write .", | ||
"lint:eslint": "eslint --cache --fix .", | ||
"pub": "pnpm appts && npm publish --access public", | ||
"test": "vitest run", | ||
"test:dev": "vitest", | ||
"typecheck": "tsc --noEmit" | ||
}, | ||
"dependencies": { | ||
|
@@ -48,6 +46,7 @@ | |
"node-fetch": "^3.3.2", | ||
"nypm": "^0.3.11", | ||
"ofetch": "^1.4.0", | ||
"open": "^10.1.0", | ||
"pathe": "^1.1.2", | ||
"picocolors": "^1.1.0", | ||
"random-words": "^2.0.1", | ||
|
@@ -58,15 +57,15 @@ | |
"@atao60/fse-cli": "^0.1.9", | ||
"@biomejs/biome": "^1.9.2", | ||
"@eslint-react/eslint-plugin": "^1.14.2", | ||
"@eslint/js": "^9.11.0", | ||
"@eslint/js": "^9.11.1", | ||
"@next/eslint-plugin-next": "^14.2.13", | ||
"@stylistic/eslint-plugin": "^2.8.0", | ||
"@tanstack/eslint-plugin-query": "^5.57.1", | ||
"@tanstack/eslint-plugin-query": "^5.57.2", | ||
"@total-typescript/ts-reset": "^0.6.1", | ||
"@types/eslint__js": "^8.42.3", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/node": "^22.5.5", | ||
"eslint": "^9.11.0", | ||
"@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", | ||
|
@@ -99,8 +98,7 @@ | |
"tsup": "^8.3.0", | ||
"tsx": "^4.19.1", | ||
"typescript": "5.6.2", | ||
"typescript-eslint": "^8.6.0", | ||
"vitest": "^2.1.1" | ||
"typescript-eslint": "^8.7.0" | ||
}, | ||
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b", | ||
"pnpm": { | ||
|
Oops, something went wrong.