github jbangdev/jbang v0.68.0

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

Main event for this release are templates are now thanks to @quintesse not limited to be bundled in jbang.

Until now we had jbang -t cli hello.java to create java file using the pre-bundled cli template.

Templates can now be added to jbang-catalogs both locally or in a remote location.

Allow projects that want to get a head-start and make it easy to try out their api can add templates to their jbang-catalog so users can do things like:

jbang init -t helloworld@maxandersen hello.java

This will use the helloworld template configured in jbang-catalog.json in https://github.com/maxandersen/jbang-catalog.

You can read the details on how you can make your own templates for your project in the jbang readme.

If you do let us know on @jbangdev twitter!

Bug Fixes

  • Not duplicating or misquoting java options anymore (#787) (#94238801, closes #786)

Features

  • Catalog templates (#748) (#80674dd9)

Don't miss a new jbang release

NewReleases is sending notifications on new releases.