juxscript 1.0.43 → 1.0.45
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/bin/cli.js +4 -8
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -280,22 +280,18 @@ async function buildProject(isServe = false, wsPort = 3001) {
|
|
|
280
280
|
║ ║
|
|
281
281
|
╚═══════════════════════════════════════════════════════╝
|
|
282
282
|
|
|
283
|
-
📂 Your project is ready at: ./${projectName}
|
|
284
|
-
|
|
285
|
-
🚀 Next steps:
|
|
286
|
-
cd ${projectName}
|
|
287
|
-
npm run dev
|
|
288
|
-
|
|
289
283
|
📚 Resources:
|
|
290
284
|
Documentation: [coming soon]
|
|
291
285
|
GitHub: https://github.com/juxscript/jux
|
|
292
286
|
Examples: https://github.com/juxscript/examples
|
|
293
287
|
|
|
294
288
|
⭐ If you find JUX useful, please star us on GitHub!
|
|
295
|
-
|
|
296
289
|
🔒 Security: Report issues to security@juxscript.com [placeholder]
|
|
297
290
|
|
|
298
|
-
|
|
291
|
+
Say goodbye to markup </</>>>.
|
|
292
|
+
Happy javascripting your frontend! 🎉
|
|
293
|
+
|
|
294
|
+
Next steps, run: cd ${projectName} && npm run dev
|
|
299
295
|
`);
|
|
300
296
|
|
|
301
297
|
} catch (err) {
|