1.3.8 • Published 1 year ago
lib-node-wictor v1.3.8
CLI OLIVER
- Version: 1.3.7
- Author: Wictor Hiago
- Github: https://github.com/WictorHiago/cli-oliver.git
- 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.
Template project
src
├── application
│ ├── controllers
│ │ ├── user.controller.ts
│ │ └── ...
│ ├── entities
│ │ ├── user.entity.ts
│ │ └── ...
│ ├── usecases
│ │ ├── create-user.usecase.ts
│ │ └── ...
│ └── ports
│ ├── http.port.ts
│ └── repository.port.ts
├── infrastructure
│ ├── http
│ │ ├── express.ts
│ │ └── ...
│ ├── database
│ │ ├── user.repository.ts
│ │ └── ...
│ └── driver
│ ├── mysql.driver.ts
│ └── ...
└── main.ts
Install
npx oliver create
cd <name-app>
npx oliver install
tsc -init
code .
Typescript
Configure your project to typescript run: tsc -init and edit your choices
Commands
npx oliver list // view commands
npx oliver make:controller // create controller
npx oliver make:usecase // create usecase
npx oliver config:orm // not working
1.3.7
1 year ago
1.3.6
1 year ago
1.3.8
1 year ago
1.2.8
1 year ago
1.2.7
1 year ago
1.3.5
1 year ago
1.2.6
1 year ago
1.3.4
1 year ago
1.2.5
1 year ago
1.3.3
1 year ago
1.2.4
1 year ago
1.3.2
1 year ago
1.2.3
1 year ago
1.3.1
1 year ago
1.2.2
1 year ago
1.3.0
1 year ago
1.2.1
1 year ago
1.2.9
1 year ago
1.2.0
1 year ago
1.1.9
1 year ago
1.1.8
1 year ago
1.1.7
1 year ago
1.1.6
1 year ago
1.1.5
1 year ago
1.1.4
1 year ago
1.1.3
1 year ago
1.1.2
1 year ago
1.1.1
1 year ago
1.1.0
1 year ago
1.0.9
1 year ago
1.0.8
1 year ago
1.0.7
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