create-ripple 0.2.208 → 0.2.211
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 +6 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# create-ripple
|
|
2
2
|
|
|
3
|
-
Interactive CLI tool for creating new Ripple applications. Alias for the
|
|
3
|
+
Interactive CLI tool for creating new Ripple applications. Alias for the
|
|
4
|
+
`@ripple-ts/cli` package.
|
|
4
5
|
|
|
5
6
|
## Usage
|
|
6
7
|
|
|
@@ -19,8 +20,10 @@ pnpm create ripple
|
|
|
19
20
|
### With Arguments
|
|
20
21
|
|
|
21
22
|
- `project-name`: Optional. Name of the project to create
|
|
22
|
-
- `-p, --package-manager <pm>`: Package manager to use - npm, yarn, pnpm (default:
|
|
23
|
-
|
|
23
|
+
- `-p, --package-manager <pm>`: Package manager to use - npm, yarn, pnpm (default:
|
|
24
|
+
npm)
|
|
25
|
+
- `--template <template>`: Choose a predefined template (default and currently
|
|
26
|
+
only option: basic)
|
|
24
27
|
- `--yes` or `-y`: Skip all prompts and use defaults
|
|
25
28
|
- `--no-git`: Skip initializing a Git repository
|
|
26
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-ripple",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.211",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Ripple Team",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"create-ripple": "./dist/index.js"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@ripple-ts/cli": "0.2.
|
|
34
|
+
"@ripple-ts/cli": "0.2.211"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"tsdown": "^0.15.4"
|