@reliverse/config 1.5.11 → 1.5.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -7
- package/package.json +3 -7
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
_Prerequisites: [Git](https://git-scm.com/downloads), [Node.js](https://nodejs.org), [Bun](https://bun.sh)_
|
|
8
8
|
|
|
9
|
-
1️⃣ **Install**: `bun i -g @reliverse/cli`
|
|
9
|
+
1️⃣ **Install**: `bun i -g @reliverse/cli` (or `reliverse update`) • 2️⃣ **Use**: `reliverse cli`
|
|
10
10
|
|
|
11
11
|
## Introduction
|
|
12
12
|
|
|
@@ -14,13 +14,11 @@ _Prerequisites: [Git](https://git-scm.com/downloads), [Node.js](https://nodejs.o
|
|
|
14
14
|
|
|
15
15
|
- **Effortlessly create projects**: Spin up new web apps or import existing templates in a flash.
|
|
16
16
|
- **Apply powerful codemods**: Safely refactor code and integrate popular libraries.
|
|
17
|
-
- **Automate configuration**: Set up ESLint,
|
|
18
|
-
- **Support multiple frameworks**: Enjoy seamless compatibility with Next.js
|
|
17
|
+
- **Automate configuration**: Set up ESLint, Biome, env files, and more.
|
|
18
|
+
- **Support multiple frameworks**: Enjoy seamless compatibility with Next.js and beyond.
|
|
19
19
|
- **Customize with templates**: Clone pre-built templates and merge them conflict-free.
|
|
20
|
-
- **Automate GitHub & deployments**: Quickly create repositories, push commits, and deploy to Vercel.
|
|
21
|
-
- **
|
|
22
|
-
|
|
23
|
-
Although it’s built primarily for JavaScript/TypeScript (especially React and Next.js), @reliverse/cli is flexible enough to grow beyond web development, streamlining workflows with a single, powerful CLI.
|
|
20
|
+
- **Automate GitHub & deployments**: Quickly create GitHub repositories, push commits, and deploy to Vercel.
|
|
21
|
+
- **Reliverse Addons**: `🔬 Open manual builder mode` to enable even more features and integrations.
|
|
24
22
|
|
|
25
23
|
## Commands
|
|
26
24
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reliverse/config",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.12",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Configuration utilities for @reliverse/cli",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": "reliverse",
|
|
8
8
|
"repository": {
|
|
@@ -34,10 +34,6 @@
|
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
|
-
"dependencies": {
|
|
38
|
-
"@sinclair/typebox": "^0.34.28",
|
|
39
|
-
"fs-extra": "^11.3.0",
|
|
40
|
-
"pathe": "^2.0.3"
|
|
41
|
-
},
|
|
37
|
+
"dependencies": {},
|
|
42
38
|
"devDependencies": {}
|
|
43
39
|
}
|