github jbangdev/jbang v0.15.0

latest releases: v0.132.1, v0.132.0, v0.131.0...
5 years ago

News

  • JavaFX launching support - if javafx dependencies are found jbang will do the right thing wether plain launch on java 8 or using java modules on java 9 and upwards.
  • github.com urls to files will be automatically swizzled so you can just get the url from browser rather than finding the raw url.
    so instead of https://raw.githubusercontent.com/maxandersen/jbang/master/examples/helloworld.java you can now just do jbang https://github.com/maxandersen/jbang/blob/master/examples/helloworld.java
  • Support for system properties and env replacement using ${[env.]myproperty:[<defaultvalue>]}
  • integration of os-maven-plugin to be able to resolve things like os.detected.name and added custom one to help with javafx: os.detected.jfxname

Don't miss a new jbang release

NewReleases is sending notifications on new releases.