Quintesse's list of useful JBang scripts!
This is a catalog to use with jbang.
Each alias below shows how to run it with JBang.
For this you need to have jbang
installed and available in your PATH.
See the JBang website for options on how to install JBang.
Simply copies the contents of the provided files to the standard output
jbang cat@quintesse
Just prints out its arguments
jbang echo@quintesse
Our perennial demo friend
jbang hello@quintesse
Like a simplistic wget but written in Java
jbang jget@quintesse
Checks if JVMCI is enabled
jbang jvmci@quintesse
A cli tool for REST queries and transformations
jbang rest@quintesse
Starts a simple HTTP server on the files in the current directory
jbang httpd@quintesse
Prints out Java's System environment
jbang sysenv@quintesse
Prints out Java's System properties
jbang sysprops@quintesse
jbang mdns@quintesse
Adds a Maven project's dependencies to a JBang script
jbang mvn2jbang@quintesse
Updates directives in JBang scripts
jbang redir@quintesse