Skip to content

Commit bef4872

Browse files
committed
update README
1 parent ba6e011 commit bef4872

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<h1 align="center">
2+
<img src="https://raw.githubusercontent.com/underctrl-io/commandkit/master/apps/docs/public/ckit_logo.png" width="50%">
3+
<br>
4+
</h1>
5+
16
# CommandKit
27

38
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:
2934
npm install commandkit
3035
```
3136

32-
For yarn:
37+
Yarn:
3338

3439
```bash
3540
yarn add commandkit
3641
```
3742

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+
3857
# Usage
3958

4059
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)

apps/docs/public/ckit_logo.png

16.7 KB
Loading

packages/commandkit/README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<h1 align="center">
2+
<img src="https://raw.githubusercontent.com/underctrl-io/commandkit/master/apps/docs/public/ckit_logo.png" width="50%">
3+
<br>
4+
</h1>
5+
16
# CommandKit
27

38
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:
2934
npm install commandkit
3035
```
3136

32-
For yarn:
37+
Yarn:
3338

3439
```bash
3540
yarn add commandkit
3641
```
3742

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+
3857
# Usage
3958

4059
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

Comments
 (0)