create-clean-react
v2.0.1
Published
A CLI tool for creating and cleaning up React projects. [NPM link](https://www.npmjs.com/package/create-clean-react)
Downloads
3
Readme
Create Clean React CLI
A CLI tool for creating and cleaning up React projects. NPM link
Leave a ⭐ if you like the project.
Installation
You can install this package globally using npm:
npm install -g create-clean-react
Usage
To create a new clean React app, run the following command:
create-clean-react
Follow the prompts to enter the name of your app.
What does it do?
- Initializes a new React app using Vite.
- Removes unnecessary files and default content.
- Sets up Tailwind CSS for styling.
Features
- Automatically configures your project for a clean start.
- Provides a simple and quick way to kickstart your React projects.
Dependencies
This CLI relies on the following dependencies:
shelljs
: For executing shell commands.fs
: For interacting with the file system.inquirer
: For interactive command-line prompts.chalk
: For adding color to console output.
Contributing
If you'd like to contribute or report an issue, please check out the GitHub repository.
License
This project is licensed under the MIT License.
Keywords
React, CLI, Web Development, JavaScript, FrontEnd, Productivity, Vite, Tailwind CSS