Skip to content
/ cli Public

CLI utility for working with Jelly data

License

Notifications You must be signed in to change notification settings

Jelly-RDF/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jelly-cli

Warning: This project is in early development and is not yet ready for production use.

CLI utility for working with Jelly data.

Quick start

Download the latest binary release from the releases page.

Run it like so:

$ ./jelly-cli --help

Supported platforms

  • Linux (x86_64, ARM64)
  • macOS (ARM64)
  • Windows (x86_64)

Building from source

  • Ensure you have GraalVM installed and the native-image utility is available in your PATH.
  • 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.

Developer notes

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.

About

CLI utility for working with Jelly data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages