Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pditommaso/app-native-cli

Skeleton for Java native CLI app
https://github.com/pditommaso/app-native-cli

Last synced: 21 days ago
JSON representation

Skeleton for Java native CLI app

Awesome Lists containing this project

README

        

# Java native app cli

Proof of concept for Java native application user Micronaut Http client and Picocli library
for command line parsing.

## Get started

```
./gradlew nativeImage
```

then run

```
./build/graal/mycli
./build/graal/mycli -h
./build/graal/mycli -V
```

### Credits

[Mitch Seymour's blog post](https://medium.com/@mitch.seymour/building-native-java-clis-with-graalvm-picocli-and-gradle-2e8a8388d70d)