Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonatan-ivanov/fatjar-cli
A simple example to pack your project into a fat jar and run
https://github.com/jonatan-ivanov/fatjar-cli
cli example fatjar groovy java
Last synced: 15 days ago
JSON representation
A simple example to pack your project into a fat jar and run
- Host: GitHub
- URL: https://github.com/jonatan-ivanov/fatjar-cli
- Owner: jonatan-ivanov
- Created: 2018-02-20T00:17:55.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2021-05-09T03:47:33.000Z (over 3 years ago)
- Last Synced: 2025-01-06T14:56:33.938Z (17 days ago)
- Topics: cli, example, fatjar, groovy, java
- Language: Groovy
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fatjar-cli
A simple example to pack your project into a fat jar and run.
## Run as a script
`./src/main/groovy/fatjar-cli.groovy hello`
## Build and run as a jar
`./gradlew clean build`
`java -jar build/libs/fatjar-cli.jar hello`