A command-line interface to generate resources based in templates
Installing globally
$ npm install -g types-ddd-cli Installing in project using yarn
$ yarn add types-ddd-cli -D See help center
$ types-ddd --help Basic commands
# types-ddd create [resource] [options] $ types-ddd create rest-api --name my-api --path ./my-folder 