1.0.2 β’ Published 7 months ago
create-bhavya-js-api v1.0.2
create-bhavya-js-api
A simple and powerful CLI tool to create a new Node.js Express.js and MongoDB with JavaScript REST API starter project with a single command. Built with style, ease of use, and a visually appealing interface.
π Features
- Quick Setup: Instantly set up a new REST API starter project.
- Automatic Git Setup: Initializes a new Git repository after cloning.
- Dependency Installation: Automatically installs all required dependencies.
- Cross-Platform: Works on Windows, Mac, and Linux.
π Installation
You donβt need to install this globally! Simply use npx
to create a new project directly:
npx create-bhavya-js-api@latest <project-name>
Replace with the desired name of your new project.
π¦ Usage
- Run the command
npx create-bhavya-js-api@latest <project-name>
Example
npx create-bhavya-js-api@latest my-new-api
Follow the Progress: The CLI tool will go through each step, initializing a new Git repo, and installing dependencies.
Start Building: Once setup is complete, navigate into your new project directory and start coding!
cd <project-name>
npm run dev
π License
This project is licensed under the MIT License
π Feedback and Contributions
We welcome feedback to improve this CLI tool! Feel free to report any issues to BhavyaJustChill!