create-ely 0.1.4 → 0.1.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
@@ -11,7 +11,7 @@
11
11
 
12
12
  The fastest way to scaffold production-ready [ElysiaJS](https://elysiajs.com) projects with [Bun](https://bun.sh).
13
13
 
14
- ![Demo](https://github.com/user-attachments/assets/67386464-eb39-4b71-8b9b-34039e2861d0)
14
+ ![Demo](./assets/demo.gif)
15
15
 
16
16
  ## Quick Start
17
17
 
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-ely",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Scaffold production-ready ElysiaJS projects with ease using Bun - choose between backend-only or full-stack monorepo templates",
5
5
  "type": "module",
6
6
  "author": {
@@ -42,6 +42,7 @@
42
42
  "src",
43
43
  "templates.zip",
44
44
  "scripts/postinstall.ts",
45
+ "assets",
45
46
  "README.md",
46
47
  "LICENSE"
47
48
  ],
package/templates.zip CHANGED
Binary file