1.0.0 • Published 6 months ago

create-kalp-boilerplate v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

create-kalp-boilerplate

šŸš€ Introduction

create-kalp-boilerplate is a CLI tool that helps you quickly generate a React boilerplate with optional authentication and microfrontend configurations.

šŸ“¦ Installation

Install the package globally using npm:

npm install -g create-kalp-boilerplate

šŸ›  Usage

To create a new React application, run:

create-kalp-boilerplate <app-name>

Options:

OptionDescription
--authAdds authentication functionality
--mfd-configAdds configuration for microfrontends

Example:

create-kalp-boilerplate my-app --auth --mfd-config

This will create a React project named my-app with authentication and microfrontend configuration.

šŸ“ Folder Structure

After running the command, the generated project will have the following structure:

my-app/
ā”œā”€ā”€ src/
│   ā”œā”€ā”€ components/
│   ā”œā”€ā”€ services/api/axios-instance.ts  # If --auth is used
ā”œā”€ā”€ package.json
ā”œā”€ā”€ README.md
└── ...

šŸ”§ Features

āœ… Generates a TypeScript-based React boilerplate āœ… Optionally includes authentication setup āœ… Supports microfrontend architecture āœ… Installs dependencies automatically

šŸ“œ License

This project is licensed under the MIT License.

šŸ‘Øā€šŸ’» Author

Sachin Sharma

For any issues or feature requests, feel free to open an issue in the GitHub repository.

1.0.0

6 months ago