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