Skip to content

Ging123/clean-architecture-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A CLI to create clean architecture for node js with express

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published