bod 6.0.0 → 6.1.0
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 +3 -4
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -9,9 +9,8 @@
|
|
|
9
9
|
|
|
10
10
|
[](https://github.com/sabertazimi/bod/actions/workflows/ci.yml)
|
|
11
11
|
[](https://codecov.io/gh/sabertazimi/bod)
|
|
12
|
-
[](https://github.com/sabertazimi/bod/actions/workflows/ci.yml)
|
|
13
12
|
|
|
14
|
-
Boilerplate CLI App - Create a new project
|
|
13
|
+
Boilerplate CLI App - Create a new project with modern tooling.
|
|
15
14
|
|
|
16
15
|
## Installation
|
|
17
16
|
|
|
@@ -37,7 +36,7 @@ Options:
|
|
|
37
36
|
-h, --help display help for command
|
|
38
37
|
|
|
39
38
|
Commands:
|
|
40
|
-
create|c <appName> Create a new project
|
|
39
|
+
create|c <appName> Create a new project
|
|
41
40
|
info|i Print debugging information about your environment
|
|
42
41
|
help [command] display help for command
|
|
43
42
|
|
|
@@ -49,7 +48,7 @@ Commands:
|
|
|
49
48
|
```bash
|
|
50
49
|
Usage: create|c [options] <appName>
|
|
51
50
|
|
|
52
|
-
|
|
51
|
+
Create a new project
|
|
53
52
|
|
|
54
53
|
Options:
|
|
55
54
|
-h, --help display help for command
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bod",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.1.0",
|
|
5
5
|
"description": "Boilerplate CLI App",
|
|
6
6
|
"author": "sabertazimi <sabertazimi@gmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"start": "pnpm dev"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@inquirer/prompts": "^8.0
|
|
56
|
+
"@inquirer/prompts": "^8.1.0",
|
|
57
57
|
"chalk": "^4.1.2",
|
|
58
58
|
"commander": "^14.0.2",
|
|
59
59
|
"consola": "^3.4.2",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"ci-info": "^4.3.1",
|
|
68
68
|
"rimraf": "^6.1.2",
|
|
69
69
|
"tsx": "^4.21.0",
|
|
70
|
-
"type-fest": "^5.3.
|
|
70
|
+
"type-fest": "^5.3.1"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "6a7723d64ab1a869cec85bf8c9f11fdb1e200ec9"
|
|
73
73
|
}
|