webcoderspeed / react-scale

The React Scale CLI is a powerful command-line interface that streamlines the process of creating new React applications with a robust template. It provides a comprehensive set of tools and integrations to enhance your development experience.
https://www.npmjs.com/package/react-scale
6 stars 6 forks source link
cypress i18 react react-scale storybook tailwindcss

React Scale

Version License

The React Scale CLI is a powerful command-line interface that streamlines the process of creating new React applications with a robust template. It provides a comprehensive set of tools and integrations to enhance your development experience.

Table of Contents

Installation

To use React Scale, you need to have Node.js and npm installed on your machine.

# Using npm
npm install -g react-scale

# Using yarn
yarn global add react-scale

# Using pnpm
pnpm install -g react-scale

Usage

Create a new React app by running the following command:

npx react-scale create <projectName>

or use:

react-scale create <projectName>

Replace with the desired name for your new React app.

Features

Upcoming Features

We have an exciting roadmap ahead for React Scale! Here are some of the features we're planning to introduce in future releases:

Stay tuned for updates and announcements as we continue to enhance React Scale with new and powerful features!

Contributing

If you have suggestions for improvements, bug reports, or other contributions, please feel free to open an issue or create a pull request.

License

This project is licensed under the MIT License.