@inglorious/create-game 1.0.3 → 1.0.5
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
CHANGED
|
@@ -27,10 +27,11 @@ The CLI will guide you through the setup process, asking for a project name and
|
|
|
27
27
|
|
|
28
28
|
The following templates are available to get you started:
|
|
29
29
|
|
|
30
|
-
- **
|
|
31
|
-
- **
|
|
32
|
-
- **
|
|
33
|
-
- **
|
|
30
|
+
- **minimal**: A minimal starter template that requires no bundling: just HTML, CSS, and JS.
|
|
31
|
+
- **js**: A starter template for a plain JavaScript project, bundled with Vite.
|
|
32
|
+
- **ts**: A starter template for a plain TypeScript project, bundled with Vite.
|
|
33
|
+
- **ijs** (IngloriousScript): A starter template for a JavaScript project using IngloriousScript, bundled with Vite.
|
|
34
|
+
- **its** (IngloriousScript w/ TypeScript): A starter template for a TypeScript project that uses IngloriousScript, bundled with Vite.
|
|
34
35
|
|
|
35
36
|
## What it does
|
|
36
37
|
|
|
@@ -51,6 +52,8 @@ pnpm dev
|
|
|
51
52
|
|
|
52
53
|
## License
|
|
53
54
|
|
|
54
|
-
MIT
|
|
55
|
+
**MIT License - Free and open source**
|
|
55
56
|
|
|
56
|
-
|
|
57
|
+
Created by [Matteo Antony Mistretta](https://github.com/IngloriousCoderz)
|
|
58
|
+
|
|
59
|
+
You're free to use, modify, and distribute this software. See [LICENSE](./LICENSE) for details.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inglorious/create-game",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "A scaffolding tool to quickly create a new game with the Inglorious Engine.",
|
|
5
5
|
"author": "IceOnFire <antony.mistretta@gmail.com> (https://ingloriouscoderz.it)",
|
|
6
6
|
"license": "MIT",
|