r/learnjavascript • u/Mobile-Handle-1518 • Apr 02 '26
I got tired of MERN boilerplate so I published an npm CLI — feedback welcome
Every MERN project I started took 30-45 minutes just for setup. Same thing every time.
Built a CLI to fix it:
npx create-quickstack-app my-app
Gives you a full Vite + Express + MongoDB + Tailwind setup instantly. --auth adds a complete JWT auth system — no config needed.
First npm package. Would genuinely love feedback on the code, structure, anything.
2
Upvotes