โWhy am I still copy pasting the same setup files again and again?โ
If youโve ever asked yourself this after starting yet another web project...
Youโre not alone โ Iโve been there too.
So I built something to make project bootstrapping painless.
๐ ๏ธ Meet create-launcher
A zero-config CLI tool that lets you scaffold modern web projects instantly, with everything pre wired and ready to go.
๐ง Features at a Glance
- โ Interactive CLI with prompts
- โ๏ธ Project templates:
- React (Vite)
- Next.js
- Eleventy (11ty)
- Vanilla JavaScript & TypeScript
- ๐จ Tailwind CSS integration (optional)
- ๐ง TypeScript support
- ๐ฆ Pick your favorite package manager (npm, yarn, pnpm)
- ๐ ESLint pre-configured
- โก Auto installs everything you need
๐ฆ Get Started in One Line
npx create-launcher
The CLI walks you through setup, just answer a few prompts, and boom ๐ฅ
Your project is scaffolded and dependencies installed. No extra config.
๐ฌ See It In Action
โก Creating a React + TypeScript + Tailwind project in under 30 seconds
๐งช Why I Built This
As a dev who loves shipping fast, I kept hitting the same roadblocks every time I started a new project - boilerplate, repeated setup, switching between Vite and Next.js, etc.
Now, with create-launcher
, I can:
- Start a project in under 15 seconds
- Have a consistent, clean folder structure
- Focus on writing code, not configuration
๐ Check It Out
๐ NPM Package
๐ GitHub Repo
๐ก Ideas for Future Versions
- Templates On (Vue.js, Svelte, Angular etc.)
- Git init + first commit
- Prettier integration
- Optional GitHub Actions CI setup
- Custom template support
๐ Feedback Welcome
Iโd love to hear what you think.
Found a bug? Have a feature request? PRs are welcome, and stars always appreciated โญ
Letโs make spinning up projects feel exciting again.
๐โโ๏ธ About the Author
I'm Pranav Verma, a passionate Full Stack Developer and tech enthusiast exploring the intersection of DevTools, AI, and modern web development. I love building tools that simplify developer workflows and enhance productivity.
๐ซ Connect with me:
- ๐ LinkedIn
- ๐ฆ Twitter / X
- ๐ป GitHub
๐ If you liked this project, donโt forget to โญ it on GitHub and share it with fellow devs!
Top comments (0)