1.0.4 • Published 8 months ago

@ayoubbourhfella/easystack v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

EasyStack

EasyStack Banner

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:

npm install -g easystack

Commands

Initialize a New Project

Run the following command to initialize a new React project with your preferred options:

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.

Development Setup

If you’d like to contribute, clone the repository and install dependencies:

git clone https://github.com/AyoubBourhfella/easystack.git
cd easystack
npm install

License

This project is licensed under the MIT License. See the LICENSE file for details.


Support

If you encounter any issues or have questions, feel free to open an issue or contact us via GitHub.


Author

EasyStack is developed and maintained by Ayoub Bourhfella.
Follow me on GitHub for more projects.

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago