<?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: Bereket G</title>
    <description>The latest articles on DEV Community by Bereket G (@beki78).</description>
    <link>https://dev.to/beki78</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%2F2675705%2F78a3de85-542a-40fb-a3f2-68f6f70d210e.png</url>
      <title>DEV Community: Bereket G</title>
      <link>https://dev.to/beki78</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/beki78"/>
    <language>en</language>
    <item>
      <title>React/Next Folder Generator with JS/TS: Simplify Your Project Setup with react-cli-builder</title>
      <dc:creator>Bereket G</dc:creator>
      <pubDate>Wed, 08 Jan 2025 13:47:49 +0000</pubDate>
      <link>https://dev.to/beki78/reactnext-folder-generator-with-jsts-simplify-your-project-setup-with-react-cli-builder-4436</link>
      <guid>https://dev.to/beki78/reactnext-folder-generator-with-jsts-simplify-your-project-setup-with-react-cli-builder-4436</guid>
      <description>&lt;p&gt;Are you tired of manually creating folder structures for your React or Next.js projects? Do you find yourself repeating the same setup steps every time? Say hello to react-cli-builder, a CLI tool that will save you time and effort by automating folder generation for your projects.&lt;br&gt;
🚀 Overview&lt;/p&gt;

&lt;p&gt;react-cli-builder is a developer-friendly CLI tool designed to generate boilerplate folders for React and Next.js projects. It supports both JavaScript and TypeScript, offering complete flexibility for developers. Whether you're working on a simple app or a large-scale project, this tool ensures you have a clean and customizable folder structure to start with.&lt;br&gt;
🔧 Features&lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1. **Framework Support**: Works seamlessly with React.js and Next.js.
Language Support: Supports both TypeScript and JavaScript.
2. **Directory Generation**: Automatically creates essential directories like:
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;api
-auth
-components
-context
-hooks
-libs
-pages
-redux
-redux-saga
-store
-utils&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;State Management&lt;/strong&gt;: Generates folders for Context API, Zustand, Redux, and Redux-Saga.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;📦 Installation&lt;/p&gt;

&lt;p&gt;To get started, install the package using npm:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
npm install react-cli-builder
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Once installed, use the CLI commands to generate folders:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npx create-[options]

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Why Use react-cli-builder?
&lt;/h2&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&lt;strong&gt;Saves Time&lt;/strong&gt;: Automates repetitive tasks and speeds up project setup.&lt;br&gt;
&lt;strong&gt;Customizable&lt;/strong&gt;: Generates boilerplate files that you can modify as needed.&lt;br&gt;
&lt;strong&gt;Consistency&lt;/strong&gt;: Ensures a uniform folder structure across all your projects.&lt;br&gt;
&lt;strong&gt;Flexibility&lt;/strong&gt;: Supports both React and Next.js, in JavaScript or TypeScript.&lt;br&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h2&gt;
&lt;br&gt;
  &lt;br&gt;
  &lt;br&gt;
  🌟 Conclusion&lt;br&gt;
&lt;/h2&gt;

&lt;p&gt;Whether you're a beginner or an experienced developer, react-cli-builder can streamline your workflow by automating the creation of essential folder structures for your React and Next.js projects. It’s a must-have tool for anyone looking to boost productivity and maintain a clean, scalable project setup.&lt;/p&gt;

&lt;p&gt;Try it out today, and let us know how it works for you! 🚀&lt;br&gt;
🔗 Useful Links:&lt;/p&gt;

&lt;p&gt;npm Package: react-cli-builder on npm &lt;a href="https://www.npmjs.com/package/react-cli-builder" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What are you waiting for? Simplify your project setup with react-cli-builder!&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
