DEV Community

Cover image for πŸš€ Stop Manually Setting Up Projects, Try create-launcher CLI
Pranav Verma
Pranav Verma

Posted on

πŸš€ Stop Manually Setting Up Projects, Try create-launcher CLI

β€œ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
Enter fullscreen mode Exit fullscreen mode

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

create-launcher Demo

⚑ 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:


πŸš€ If you liked this project, don’t forget to ⭐ it on GitHub and share it with fellow devs!

Top comments (0)