types-ddd-cli
v1.0.2
Published
This package provide a cli to generate ddd files
Downloads
110
Maintainers
Readme
Types-ddd CLI
A command-line interface to generate resources based in templates
How to install
Installing globally
$ npm install -g types-ddd-cli
Installing in project using yarn
$ yarn add types-ddd-cli -D
How to use
See help center
$ types-ddd --help
Basic commands
# types-ddd create [resource] [options]
$ types-ddd create rest-api --name my-api --path ./my-folder