Slice-Starter is a command-line tool designed to streamline the setup of feature-sliced architecture in React projects. It simplifies the process of creating a structured, modular codebase for scalable and maintainable application development.
To install Slice-Starter, run the following command:
npm install -g slice-starter
After installation, you can run Slice-Starter from the command line:
npx slice-starter
Follow the prompts to select the layer and name for your new slice.
- Automates the creation of feature-sliced architecture.
- Easy to use command-line interface.
- Supports creating slices for different layers (entities, features, widgets, pages).
Instructions on how developers can contribute to your project:
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is distributed under the MIT License. See LICENSE
for more information.
Evgeny Danilchenko - @linkedin
Project Link: https://github.com/jodan13/slice-starter