mustard-cli
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

IoC & Native ECMAScript Decorator based command line app builder.

Requires

  • Node.js >= 16.0.0
  • TypeScript >= 5.0.0

Before TypeScript 5.0 released, you may need to configure the used TypeScript version like below in .vscode/settings.json:

{
  "typescript.tsdk": "node_modules/typescript/lib"
}

Features

  • Born to be type safe
  • Nest command support
  • Validator support by Zod
  • Automatic usage info generation
  • Build decoupled applications using IoC concepts
  • Essential built-in utils for CLI app

Getting Started

Complete documentation will be provided after TypeScript 5.0 is officially released.

Samples

You can find more samples Here.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i mustard-cli

Weekly Downloads

3

Version

1.1.1

License

none

Unpacked Size

135 kB

Total Files

133

Last publish

Collaborators

  • linbudu