UNPKG

create-nodex

Version:

CLI tool to create modern Node.js projects with TypeScript, AI capabilities, and more

14 lines (10 loc) 267 B
console.log("Welcome to your JavaScript project!"); // Your project code starts here const start = async () => { console.log("Project is running..."); // Add your code here }; start().catch((error) => { console.error("Error:", error); process.exit(1); });