create-message-kit 1.0.9 → 1.0.11
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 -1
- package/examples/group/src/commands.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,9 +5,13 @@ Is a command-line interface tool designed to help developers create and manage t
|
|
|
5
5
|
To install it run the following command:
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
|
|
8
|
+
npx create-message-kit@latest
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
12
|
bun create message-kit
|
|
13
13
|
```
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
yarn create message-kit
|
|
17
|
+
```
|