A simple CLI to scaffold Express.js starter projects.
You can use the CLI via npx
(no installation needed):
npx bubbles-express
Or if you prefer to, install it globally:
npm install -g bubbles-express-generator
Then you can run it with:
bubbles-express
The generator supports different project types:
- (Supabase) PostgreSQL + Drizzle ORM + TypeScript
- MongoDB (Atlas) + Mongoose ODM + TypeScript
- (Vanilla JavaScript variants coming soon)
A new folder will be created with the generated code based on your selections. After that, dependencies will be installed automatically.
Once it's done, you can start your project with:
cd your-project-name
npm run dev
You're ready to go!
Contributions and ideas are welcome. Feel free to open issues or pull requests.