Skip to content

mrbubbles-src/bubbles-express-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bubbles-express-generator

A simple CLI to scaffold Express.js starter projects.

🔧 Usage

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

🧪 Variants

The generator supports different project types:

  • (Supabase) PostgreSQL + Drizzle ORM + TypeScript
  • MongoDB (Atlas) + Mongoose ODM + TypeScript
  • (Vanilla JavaScript variants coming soon)

📁 Output

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

Contributions and ideas are welcome. Feel free to open issues or pull requests.

Releases

No releases published

Packages

No packages published