An open API service indexing awesome lists of open source software.

https://github.com/4lessandrodev/types-ddd-cli

A cli to generate domain files on project from a template
https://github.com/4lessandrodev/types-ddd-cli

cli ddd domain-driven-design generated-code productivity types-ddd-cli

Last synced: 2 months ago
JSON representation

A cli to generate domain files on project from a template

Awesome Lists containing this project

README

          

# Types-ddd CLI

A command-line interface to generate resources based in templates

![](docs/print.png)

---
## How to install

Installing globally

```sh

$ npm install -g types-ddd-cli

```

Installing in project using yarn

```sh

$ yarn add types-ddd-cli -D

```

## How to use

See help center

```sh

$ types-ddd --help

```

Basic commands

```sh

# types-ddd create [resource] [options]

$ types-ddd create rest-api --name my-api --path ./my-folder

```