create-bhavya-ts-api
v1.1.0
Published
A CLI tool to create a TypeScript Express API project
Downloads
551
Maintainers
Readme
create-bhavya-ts-api
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
- Run the command
npx create-bhavya-ts-api@latest <project-name>
Example
npx create-bhavya-ts-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!