1.2.0 • Published 2 years ago

clean-architecture-cli-ging v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Clean Architecture Cli

How to Use

For use this package you need first install it on your api using this command:

npm i clean-architecture-cli-ging -d

After do this copy the script bellow and past on your package.json script

{
  "scripts": {
    "init":"init",
    "create-model": "create-model",
    "create-repo": "create-repo",
    "create-useCase": "create-useCase",
    "add-useCase":"add-useCase"
  }
}

After that you can execute your command to create your clean src folder

npm run init
1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago