easy-typescript
v1.0.0
Published
A lightweight CLI tool to quickly scaffold backend project structures with Node.js and TypeScript.
Maintainers
Readme
# Easy-Typescript
🚀 A simple CLI tool to quickly scaffold a **backend Node.js + TypeScript** application — perfect for bootstrapping your projects!



---
## 📦 Installation
```bash
npm install -g easy-typescriptOr use it instantly with:
npx easy-typescript⚙️ Usage
Run the command:
easy-typescriptYou will be prompted to:
- 📛 Enter Application Name: Your project folder will be created with this name.
- 📂 Application Type: (Currently supports Backend projects.)
✅ After answering, easy-typescript will automatically:
- Create a project folder
- Scaffold a starter TypeScript backend boilerplate
- Ready for coding!
🛠 Example
$ easy-typescript
✔ Enter application name: my-awesome-backend
✔ Select application type: Backend
Application successfully created 🚀🚀
Cd into my-awesome-backend and run npm install to begin.
Happy hacking 💻💻💻📁 Project Structure
my-awesome-backend/
├── src/
│ ├── controllers/
│ ├── db/
│ ├── models/
│ ├── routes/
│ ├── types/
│ └── index.ts
├── package.json
├── tsconfig.json
└── .envsrc/- Your main application codetsconfig.json- TypeScript configuration.env- Environment variables
✍️ Author
Created by Obinna David Okeke
📧 Email: [email protected]
🔗 GitHub: o-david
📜 License
This project is licensed under the MIT License.
⭐ Star this project on GitHub if you find it useful!
