Warning: This project is in early development and is not yet ready for production use.
CLI utility for working with Jelly data.
Download the latest binary release from the releases page.
Run it like so:
$ ./jelly-cli --help
- Linux (x86_64, ARM64)
- macOS (ARM64)
- Windows (x86_64)
- Ensure you have GraalVM installed and the
native-image
utility is available in yourPATH
. - Clone the repository.
- Run
sbt GraalVMNativeImage/packageBin
- The binary will be available at
./target/graalvm-native-image/jelly-cli
.
Alternatively, you can use the utility with your JVM (no ahead-of-time compilation), by running sbt run
.
Run sbt fixAll
before committing. Your code should be formatted and free of warnings.
The CI checks will not pass if this is not the case.