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
- Host: GitHub
- URL: https://github.com/barcellos-pedro/quick-cli
- Owner: barcellos-pedro
- Created: 2025-02-17T12:18:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-17T12:19:20.000Z (8 months ago)
- Last Synced: 2025-02-17T13:26:50.911Z (8 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)