
I Shipped v0.3.0 of My Open Source Project Scaffolding CLI
A few days ago, I published my open source npm package: starter-structure-cli . It’s a Node.js CLI that scaffolds production-ready starter projects from simple stack tokens. You can run something like: npx starter-structure-cli my-app react vite ts tailwind express prisma postgres and get a structured project generated for you instead of spending hours wiring everything manually. Since publishing it, I’ve been improving it quickly, and today I shipped v0.3.0 . What made this update especially exciting for me is that the package also started getting real usage. From March 3, 2026 to March 9, 2026 , it got 480 downloads . In the following week, it got 35 more downloads . That brings it to 515 total downloads across the last two weeks . It’s still early, but seeing people actually try something I built has been genuinely motivating. What starter-structure-cli does The goal is simple: Start coding faster without repeating the same setup work again and again. Instead of manually creating fo
Continue reading on Dev.to JavaScript
Opens in a new tab



