create-reciple 8.1.4 → 8.1.6

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 +46 -46
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,46 +1,46 @@
1
- <h1 align="center">
2
- <img src="https://i.imgur.com/DWM0tJL.png" width="50%">
3
- <br>
4
- </h1>
5
-
6
- <h3 align="center">
7
- <a href="https://discord.gg/VzP8qW7Z8d">
8
- <img src="https://img.shields.io/discord/993105237000855592?color=5865F2&logo=discord&logoColor=white">
9
- </a>
10
- <a href="https://npmjs.org/package/create-reciple">
11
- <img src="https://img.shields.io/npm/v/create-reciple?label=npm">
12
- </a>
13
- <a href="https://github.com/FalloutStudios/Reciple/tree/main/packages/create-reciple">
14
- <img src="https://img.shields.io/npm/dt/create-reciple?maxAge=3600">
15
- </a>
16
- <a href="https://www.codefactor.io/repository/github/falloutstudios/reciple/overview/main">
17
- <img src="https://www.codefactor.io/repository/github/falloutstudios/reciple/badge/main">
18
- </a>
19
- <br>
20
- <div style="padding-top: 1rem">
21
- <a href="https://discord.gg/VzP8qW7Z8d">
22
- <img src="https://discord.com/api/guilds/993105237000855592/embed.png?style=banner2">
23
- </a>
24
- </div>
25
- </h3>
26
-
27
- ---
28
-
29
- ## About
30
-
31
- `create-reciple` is a tool used to easily create Reciple projects.
32
-
33
- ## Installation
34
-
35
- ```bash
36
- npm create reciple@latest
37
- yarn create reciple@latest
38
- pnpm create reciple@latest
39
- ```
40
-
41
- ## Templates
42
- - Javascript (CommonJS)
43
- - Javascript (ES Modules)
44
- - Typescript (CommonJS)
45
- - Typescript (ES Modules)
46
-
1
+ <h1 align="center">
2
+ <img src="https://i.imgur.com/DWM0tJL.png" width="50%">
3
+ <br>
4
+ </h1>
5
+
6
+ <h3 align="center">
7
+ <a href="https://discord.gg/kajdev-1032785824686817291">
8
+ <img src="https://img.shields.io/discord/1032785824686817291?color=5865F2&logo=discord&logoColor=white">
9
+ </a>
10
+ <a href="https://npmjs.org/package/create-reciple">
11
+ <img src="https://img.shields.io/npm/v/create-reciple?label=npm">
12
+ </a>
13
+ <a href="https://github.com/thenorthsolution/Reciple/tree/main/packages/create-reciple">
14
+ <img src="https://img.shields.io/npm/dt/create-reciple?maxAge=3600">
15
+ </a>
16
+ <a href="https://www.codefactor.io/repository/github/falloutstudios/reciple/overview/main">
17
+ <img src="https://www.codefactor.io/repository/github/falloutstudios/reciple/badge/main">
18
+ </a>
19
+ <br>
20
+ <div style="padding-top: 1rem">
21
+ <a href="https://discord.gg/kajdev-1032785824686817291">
22
+ <img src="https://discord.com/api/guilds/1032785824686817291/embed.png?style=banner2">
23
+ </a>
24
+ </div>
25
+ </h3>
26
+
27
+ ---
28
+
29
+ ## About
30
+
31
+ `create-reciple` is a tool used to easily create Reciple projects.
32
+
33
+ ## Installation
34
+
35
+ ```bash
36
+ npm create reciple@latest
37
+ yarn create reciple@latest
38
+ pnpm create reciple@latest
39
+ ```
40
+
41
+ ## Templates
42
+ - Javascript (CommonJS)
43
+ - Javascript (ES Modules)
44
+ - Typescript (CommonJS)
45
+ - Typescript (ES Modules)
46
+
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "create-reciple",
3
3
  "description": "A Reciple Discord bot project builder",
4
4
  "license": "GPL-3.0",
5
- "version": "8.1.4",
5
+ "version": "8.1.6",
6
6
  "type": "module",
7
7
  "types": "./dist/index.d.ts",
8
8
  "module": "./dist/index.js",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "https://github.com/FalloutStudios",
18
+ "url": "https://github.com/thenorthsolution/Reciple",
19
19
  "directory": "packages/create-reciple"
20
20
  },
21
21
  "scripts": {
@@ -31,18 +31,18 @@
31
31
  ],
32
32
  "dependencies": {
33
33
  "@clack/prompts": "^0.7.0",
34
- "@reciple/utils": "^8.0.1",
34
+ "@reciple/utils": "^8.0.3",
35
35
  "commander": "^11.1.0",
36
36
  "fallout-utility": "^2.7.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@reciple/core": "^8.1.4",
39
+ "@reciple/core": "^8.1.6",
40
40
  "@types/node": "^20.8.7",
41
41
  "discord.js": "^14.13.0",
42
42
  "nodemon": "^3.0.1",
43
- "reciple": "^8.1.4",
43
+ "reciple": "^8.1.6",
44
44
  "rimraf": "^5.0.5",
45
45
  "typescript": "^5.2.2"
46
46
  },
47
- "gitHead": "775ea227adf389630030eddd5db64fd89d654b3e"
47
+ "gitHead": "7571ba7686cf86a8eb31db16bc1f01a0f29b228c"
48
48
  }