tynode
Version:
A CLI to quickly scaffold a Node.js TypeScript boilerplate with Express, Mongoose, and more.
24 lines (15 loc) • 777 B
Markdown
# 🛠️ tynode - Project Generator CLI by CodingOtt
**`tynode`** is a powerful CLI tool built by [CodingOtt](https://www.codingott.com) to instantly scaffold a modern **Node.js + TypeScript** project. It includes Express, Mongoose, dotenv, and more — all set up for you with zero config.
> 🚀 Perfect for developers who want to start building APIs without wasting time on boilerplate.
## ✨ Features
- ⚡ Instant project scaffold
- 🧱 TypeScript + Node.js + Mongoose setup
- 🔧 Pre-configured Express server
- 📁 File structure with `.env`, `tsconfig.json`, and `main.ts`
- 💬 Interactive project naming with validation
- 🔥 Built-in support for Mongoose, Morgan, CORS
## 📦 Installation
```bash
npm install -g tynode