1.0.7 • Published 10 months ago

just-gimme-react v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago

0.0.0

10 months ago