jbang
jbang copied to clipboard
Unleash the power of Java - JBang Lets Students, Educators and Professional Developers create, edit and run self-contained source-only Java programs with unprecedented ease.
The official Apache Camel project has a jbang catalog alias named `camel` that we host on github at https://github.com/apache/camel/blob/main/jbang-catalog.json This is no longer in the app store https://www.jbang.dev/appstore/ Instead there...
**Is your feature request related to a problem? Please describe.** JBang currently lacks support for Clojure despite supporting other JVM languages (Java, Kotlin, Groovy). This creates a significant gap for...
enable scorecard scanning
https://github.com/diffplug/blowdryer looks like good option to share build config
Some scripts are getting pretty complicated, more so than perhaps is easily handled by any `--help` options. So it would be nice to have a command like: ``` jbang docs...
Right now the maven/gradle export create runnable JARs but without the dependencies. We should also generate an additional runnable "uber/shadow" JAR containing all the dependencies to make it really easy...
**Describe the bug** try to install the gpt template on my mac fails **To Reproduce** brew install jbangdev/tap/jbang jbang init --template=gpt gpt.java **Expected behavior** a new gpt.java file is generated...
The problem with running aliases and scripts from remote catalogs/sites is that the original author can update them and then we're stuck with several issues: - do we update automatically...
Support a way to pass an SHA to check aliases (and scripts refs/urls if possible) against the input files to make sure that we're still running the expected version. Questions:...
The alias gets turned into `http://github.com/org/jbang-catalog/blob/HEAD/experimentaljbang-catalog.json` missing a `/` PS: It might still seem to work if you previously accessed a catalog in this way, with a JBang version that...