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
- Host: GitHub
- URL: https://github.com/4lessandrodev/types-ddd-cli
- Owner: 4lessandrodev
- Created: 2022-02-19T16:38:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T17:59:54.000Z (9 months ago)
- Last Synced: 2025-04-03T03:11:09.739Z (9 months ago)
- Topics: cli, ddd, domain-driven-design, generated-code, productivity, types-ddd-cli
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/types-ddd-cli
- Size: 1.34 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Types-ddd CLI
A command-line interface to generate resources based in templates

---
## 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
```