@bettaibi/create-node-starter
v1.0.0
Published
node starter cli
Maintainers
Readme
@bettaibi/create-node-starter (in progress)
An interactive CLI tool to quickly scaffold a TypeScript-based Node.js project with your choice of framework: Express, Fastify, or Koa.
📦 Installation & Usage
You don’t need to install it globally — just run:
npx @bettaibi/create-node-starter
Example
$ npx @bettaibi/create-node-starter
🚀 Create Node App (v1.0.0)
? Where should we create the project? ./my-app
? Choose a Node.js framework: (Use arrow keys)
❯ express
fastify
koa
📦 Using template: bettaibi/node-starter-template/express#v1.0.0
✔ Base framework files copied!
📥 Installing dependencies...
🎉 Done! Your express project is ready:
cd my-app
npm run dev