DEV Community

Kushaalbadavath
Kushaalbadavath

Posted on

I Got Tired of Repeating the Same Setup for Every Project, So I Built a CLI

Every time I started a new project, I found myself doing the same things again and again:

  • Creating folders
  • Installing dependencies
  • Configuring files
  • Setting up boilerplate code

It wasn't difficult, but it was repetitive and time-consuming.

So I built ZeroStart CLI.

With a single command, ZeroStart can bootstrap a project structure and handle the repetitive setup automatically, allowing developers to focus on building instead of configuring.

Example:

npx zerostart-cli

My goal is simple:
⚡ Reduce setup time.
⚡ Eliminate repetitive configuration.
⚡ Help developers start building immediately.

I'd love feedback from the community and suggestions for new features.

GitHub: (https://github.com/KushaalNayak/ZeroStart-cli.git)

If you find it useful, consider giving it a ⭐.

Top comments (0)