KeshavSoft CLI

express-todo

Fast Express.js project scaffolding using reusable templates, versioned generators, and modular CLI architecture.

Installation

Install globally using npm.

npm install -g @keshavsoft-org/express-todo

Usage

express-todo simpleWithUi my-app
express-todo --help

Features

Dynamic Commands

Load commands dynamically using version-aware module imports.

Template Scaffolding

Generate Express.js applications instantly from reusable templates.

Modular Architecture

Step-based execution flow for scalability and maintainability.

ESM Ready

Built using modern ES Modules and dynamic imports.

Example Flow


Input
  ↓
Parse Arguments
  ↓
Resolve Command
  ↓
Dynamic Import
  ↓
Execute Template Generator
  ↓
Create Project
            

Requirements

Repository

Explore source code, issues, releases, and templates.


github.com/keshavsoft/express-todo