<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Kushaalbadavath</title>
    <description>The latest articles on DEV Community by Kushaalbadavath (@kushaalnayak).</description>
    <link>https://dev.to/kushaalnayak</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3963930%2Fde82cfb7-f112-4bff-818f-05140c7dfc1d.jpeg</url>
      <title>DEV Community: Kushaalbadavath</title>
      <link>https://dev.to/kushaalnayak</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kushaalnayak"/>
    <language>en</language>
    <item>
      <title>I Got Tired of Repeating the Same Setup for Every Project, So I Built a CLI</title>
      <dc:creator>Kushaalbadavath</dc:creator>
      <pubDate>Tue, 02 Jun 2026 06:42:08 +0000</pubDate>
      <link>https://dev.to/kushaalnayak/i-got-tired-of-repeating-the-same-setup-for-every-project-so-i-built-a-cli-415b</link>
      <guid>https://dev.to/kushaalnayak/i-got-tired-of-repeating-the-same-setup-for-every-project-so-i-built-a-cli-415b</guid>
      <description>&lt;p&gt;Every time I started a new project, I found myself doing the same things again and again:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Creating folders&lt;/li&gt;
&lt;li&gt;Installing dependencies&lt;/li&gt;
&lt;li&gt;Configuring files&lt;/li&gt;
&lt;li&gt;Setting up boilerplate code&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It wasn't difficult, but it was repetitive and time-consuming.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;ZeroStart CLI&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;npx zerostart-cli&lt;/p&gt;

&lt;p&gt;My goal is simple:&lt;br&gt;
⚡ Reduce setup time.&lt;br&gt;
⚡ Eliminate repetitive configuration.&lt;br&gt;
⚡ Help developers start building immediately.&lt;/p&gt;

&lt;p&gt;I'd love feedback from the community and suggestions for new features.&lt;/p&gt;

&lt;p&gt;GitHub: (&lt;a href="https://github.com/KushaalNayak/ZeroStart-cli.git" rel="noopener noreferrer"&gt;https://github.com/KushaalNayak/ZeroStart-cli.git&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;If you find it useful, consider giving it a ⭐.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>javascript</category>
      <category>npm</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
