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
- 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.
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:
- Use this NPM package to scaffold a new barebones React project.
- Create a new project folder with the given name.
- Install all necessary dependencies.
You can also do a global installtion and then use it locally:
npm install -g just-gimme-react
just-gimme-react <project-name>
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.
MIT License. See MIT for more details
- Github: @sumitsaurabh927
- Twitter/X: @sumitsaurabh927