UNPKG

@ayoubbourhfella/easystack

Version:

A CLI tool to bootstrap React projects with Redux and React Router. And preferable Css Frameworks.

97 lines (58 loc) 2.64 kB
# EasyStack ![EasyStack Banner](https://raw.githubusercontent.com/AyoubBourhfella/easystack/master/assets/EasyStack.png) **EasyStack** is a powerful and customizable CLI tool for quickly bootstrapping React projects with integrated support for Redux and React Router. It simplifies project initialization by automating the setup of commonly used tools and libraries, saving developers valuable time. --- ## Features - **Redux Integration** Automatically sets up Redux with a pre-configured store and reducer template. - **React Router Setup** Adds support for React Router, enabling easy navigation in your project. - **Customizable Scaffolding** Choose whether to include Redux, React Router, or both during the initialization process. - **Streamlined Workflow** Automatically modifies key files (`main.jsx`) to integrate selected options, ensuring compatibility with the latest React standards. --- ## Installation You can install **EasyStack** globally via NPM: ```bash npm install -g easystack ``` --- ## Commands ### Initialize a New Project Run the following command to initialize a new React project with your preferred options: ```bash easystack init ``` You'll be prompted to select: - Whether to use Tailwind or Bootsrap or None. - Whether to include Redux. - Whether to include React Router. --- ## Why Use EasyStack? 1. **Save Time** Avoid repetitive setup tasks for each project and get started quickly. 2. **Consistency Across Projects** Enforce a consistent project structure and configuration. 3. **Developer-Friendly** Designed with simplicity and scalability in mind, making it ideal for both beginners and advanced developers. --- ## Contributing Contributions, issues, and feature requests are welcome! Feel free to check out the [issues page](https://github.com/AyoubBourhfella/easystack/issues). ### Development Setup If you’d like to contribute, clone the repository and install dependencies: ```bash git clone https://github.com/AyoubBourhfella/easystack.git cd easystack npm install ``` --- ## License This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. --- ## Support If you encounter any issues or have questions, feel free to open an issue or contact us via [GitHub](https://github.com/AyoubBourhfella/easystack). --- ## Author **EasyStack** is developed and maintained by [Ayoub Bourhfella](https://github.com/AyoubBourhfella). Follow me on [GitHub](https://github.com/AyoubBourhfella) for more projects.