JBang¶
Java developers (not end-users) can also use Enola via JBang.
learn/jbang
has an example project illustrating how this works; clone and go there, and then:
cd learn/jbang./jbang hello.javawill run an example using Enola./jbang edit --sandbox --open=code hello.javaopens an IDE
PS: You can also launch Enola via JBang as an end-user, which has nothing to do with this example of using Enola as a library from JBang as a Java developer.