create-sentinel-api
v1.0.1
Published
A production-ready Node.js backend starter CLI that helps you scaffold scalable Express + TypeScript APIs in seconds.
Readme
🚀 Create Sentinel API CLI
A production-ready Node.js backend starter CLI that helps you scaffold scalable Express + TypeScript APIs in seconds.
📌 Overview
While building multiple backend projects, I noticed the same setup process repeating every time:
- Express + TypeScript configuration
- Folder/module architecture
- Middleware and error handling boilerplate
- MongoDB connection setup
- Clean starter foundation
So I built Create Sentinel API CLI to automate this workflow.
✨ Features
✅ Express + TypeScript starter template
✅ Modular and scalable folder structure
✅ Centralized error handling middleware
✅ Async handler utility
✅ MongoDB-ready configuration
✅ Clean architecture foundation for production APIs
📦 Installation & Usage
You don’t need to install anything globally.
Simply run:
npx create-sentinel-api my-api