1.2.3 • Published 1 year ago

cli-oliver v1.2.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

CLI OLIVER

  • Version: 1.2.3
  • Author: Wictor Hiago
  • License: MIT
  • Description: CLI OLIVER is a CLI for building RESTful APIs with Node.js. Oliver CLI provides a rapid and clean architecture structure, fully customizable, and includes pre-configured packages such as Express.js, Morgan, and Cors.

Install

  npm install cli-oliver
  npm install express morgan cors
  npm isntall @types/express @types/morgan @types/cors -D
  tsc -init

Configre tsconfig.json

"target": "ES2022",
  COMMANDS:
            npx oliver list // list all commands<br>
            npx oliver make:usecase <yourUseCaseName>         // create a new use case
            npx oliver make:controller <yourControllerName>   // create a new controller
1.2.3

1 year ago

1.2.2

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.0.9

1 year ago

1.1.7

1 year ago

1.0.8

1 year ago

1.1.6

1 year ago

1.0.7

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.2.1

1 year ago

1.1.2

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago