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
Features
- Catalog templates (#748) (#80674dd9)