An open API service indexing awesome lists of open source software.

https://github.com/barcellos-pedro/quick-cli

Java/Spring CLI Tool
https://github.com/barcellos-pedro/quick-cli

Last synced: 7 months ago
JSON representation

Java/Spring CLI Tool

Awesome Lists containing this project

README

          

# Quick CLI ⚡

## Available commands

- quick generate dto [options] [args...]
```sh
quick generate dto -n Person -a name:String broke:Boolean age:Integer
```

## Work in progress

- quick generate controller [options] [args...]
- quick generate service [options] [args...]
- quick generate implementation (service impl) [options] [args...]
- quick generate request ([options] [args...]
- quick generate mapper ([options] [args...]
- more coming soon...

### Reference Docs

- [Spring Shell](https://docs.spring.io/spring-shell/reference/index.html)