make-sugarcube 0.0.12 → 0.0.13

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/index.js +16 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,5 +1,17 @@
1
1
  #!/usr/bin/env node
2
- import("@sugarcube-org/cli").catch((err) => {
3
- console.error("Failed to load CLI:", err);
4
- process.exit(1);
5
- });
2
+
3
+ console.log(`
4
+ ╔════════════════════════════════════════════════════════════════════════════╗
5
+ ║ WELCOME TO SUGARCUBE (THE TOOLKIT FOR SERIOUSLY SWEET FRONT ENDS)
6
+ ║ ║
7
+ ║ Package coming soon! ║
8
+ ║ ║
9
+ ║ For updates, follow: @marktomlinson.bsky.social ║
10
+ ╚════════════════════════════════════════════════════════════════════════════╝
11
+ `);
12
+
13
+ // Original functionality commented out for now
14
+ // import("@sugarcube-org/cli").catch((err) => {
15
+ // console.error("Failed to load CLI:", err);
16
+ // process.exit(1);
17
+ // });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "make-sugarcube",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "private": false,
5
5
  "description": "Public CLI entrypoint for sugarcube",
6
6
  "bin": {