create-clovnet-plugin 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # create-clovnet-plugin
2
2
 
3
- Scaffold a CasinoWebEngine plugin:
3
+ Scaffold a Clovnet plugin:
4
4
 
5
5
  ```bash
6
6
  pnpm create cwe-plugin my-cashback
@@ -8,7 +8,7 @@ pnpm create cwe-plugin my-cashback
8
8
  ```
9
9
 
10
10
  This is a thin alias for [`@clovnet/plugin-cli`](https://www.npmjs.com/package/@clovnet/plugin-cli)'s
11
- `cwe-plugin create` — all flags are forwarded:
11
+ `clovnet-plugin create` — all flags are forwarded:
12
12
 
13
13
  ```bash
14
14
  pnpm create cwe-plugin my-provider -- --kind provider --template provider-skeleton
@@ -22,6 +22,6 @@ After scaffolding:
22
22
 
23
23
  ```bash
24
24
  cd my-cashback && pnpm install
25
- pnpm dev # hot reload + live logs against your local CWE runtime
25
+ pnpm dev # hot reload + live logs against your local Clovnet runtime
26
26
  pnpm test # unit tests on the in-memory test context
27
27
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-clovnet-plugin",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Scaffold a Clovnet plugin — thin alias for `clovnet-plugin create` (use via `pnpm create clovnet-plugin <name>`).",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -17,7 +17,7 @@
17
17
  "LICENSE"
18
18
  ],
19
19
  "dependencies": {
20
- "@clovnet/plugin-cli": "^0.2.2"
20
+ "@clovnet/plugin-cli": "^0.2.3"
21
21
  },
22
22
  "keywords": [
23
23
  "casinowebengine",