types-ddd-cli

This package provide a cli to generate ddd files


Keywords
CLI, NodeJS, Business Logic, DDD, Domain Driving Design, Typescript, DDD-Utils, Base Entity, Base Aggregate, Base Value Object, Use Cases, Domain Events, Clean Architecture, Code Generator, domain-driven-design, generated-code, productivity, types-ddd-cli
License
MIT
Install
npm install types-ddd-cli@1.0.2

Documentation

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