1.1.0 β€’ Published 10 months ago

create-bhavya-ts-api v1.1.0

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

create-bhavya-ts-api

NPM Version License Build

A simple and powerful CLI tool to create a new Node.js Express.js and MongoDB with TypeScript 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-ts-api@latest <project-name>

Replace with the desired name of your new project.

πŸ“¦ Usage

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

Example

npx create-bhavya-ts-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.1.0

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