create-message-kit 1.0.9 → 1.0.11
Sign up to get free protection for your applications and to get access to all the features.
- 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
|
+
```
|