You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CommandKit is a library that makes it easy to handle commands (+ validations), and events in your Discord.js projects.
@@ -29,12 +34,26 @@ For npm:
29
34
npm install commandkit
30
35
```
31
36
32
-
For yarn:
37
+
Yarn:
33
38
34
39
```bash
35
40
yarn add commandkit
36
41
```
37
42
43
+
pnpm:
44
+
45
+
```bash
46
+
pnpm add commandkit
47
+
```
48
+
49
+
### Install development version
50
+
51
+
To install the development version of CommandKit, run the following command:
52
+
53
+
```bash
54
+
npm install underctrl-io/commandkit#dev-build
55
+
```
56
+
38
57
# Usage
39
58
40
59
This is a simple overview of how to set up this library with all the options. You can read more in the [full documentation](https://commandkit.underctrl.io)
CommandKit is a library that makes it easy to handle commands (+ validations), and events in your Discord.js projects.
@@ -29,12 +34,26 @@ For npm:
29
34
npm install commandkit
30
35
```
31
36
32
-
For yarn:
37
+
Yarn:
33
38
34
39
```bash
35
40
yarn add commandkit
36
41
```
37
42
43
+
pnpm:
44
+
45
+
```bash
46
+
pnpm add commandkit
47
+
```
48
+
49
+
### Install development version
50
+
51
+
To install the development version of CommandKit, run the following command:
52
+
53
+
```bash
54
+
npm install underctrl-io/commandkit#dev-build
55
+
```
56
+
38
57
# Usage
39
58
40
59
This is a simple overview of how to set up this library with all the options. You can read more in the [full documentation](https://commandkit.underctrl.io)
0 commit comments