1.0.2 β€’ Published 7 months ago

create-bhavya-js-api v1.0.2

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

create-bhavya-js-api

NPM Version License Build

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

  1. Run the command
npx create-bhavya-js-api@latest <project-name>

Example

npx create-bhavya-js-api@latest my-new-api
  1. Follow the Progress: The CLI tool will go through each step, initializing a new Git repo, and installing dependencies.

  2. 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!

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago