Skip to content

sumitsaurabh927/just-gimme-react-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

just-gimme-react

MIT License


just-gimme-react is a CLI tool to quickly create new React projects with ease. If you get tired of having to do a bunch of menial tasks everytime you have an idea for a new project, this might just be for you!

  • This is built on top of Vite

Features

  • Easy Setup: Create a new React project with a single command.
  • Template Integration: Uses a pre-defined template to get you started quickly.
  • Automatic Dependency Installation: Installs all necessary dependencies automatically.

Installation

To use just-gimme-react, you just need to execute one command:

npx just-gimme-react <project-name>

Replace <project-name> with your own project name!

This will:

  1. Use this NPM package to scaffold a new barebones React project.
  2. Create a new project folder with the given name.
  3. Install all necessary dependencies.

Additional information

You can also do a global installtion and then use it locally:

npm install -g just-gimme-react
just-gimme-react <project-name>

Contributing

Contributions are welcome! If you have any ideas or improvements, please open an issue or submit a pull request on the CLI repo or the project repo.

License

MIT License. See MIT for more details

Author