This project is a command-line tool designed to swiftly create basic applications based on react. It also provides various configuration files including prettier, eslint, etc., to assist developers in setting up environments quickly.
-
Quick creation of React apps: Create basic applications based on React rapidly with simple command-line instructions, reducing manual configuration time and effort.
-
Support for multiple configuration files: The project offers several commonly used configuration files such as prettier and eslint to help developers maintain consistent code style and enhance code quality.
Install the tool via the following command in your terminal:
npm install cookie-cli -g
Create the app based on React + vite + webpack
cookie create your-project-name
This will create a new React application named your-project-name in the current directory.
cookie plugin
# then select the plugin you want to create