maxandersen/jbang

Project ID: 29364

Description

Unleash the power of Java for shell scripting

Want to learn or explore Java instantly without setup ?

Do you like Java but uses python, groovy, kotlin or similar languages for your scripts ?

Ever tried out Java 10+ support for running .java files directly in your shell but felt it was a bit too cumbersome ?

Then try jbang which lets you do this:

$ jbang --init=cli hello.java
$ jbang hello.java Max!
[jbang] Resolving dependencies...
[jbang]     Resolving info.picocli:picocli:4.1.4...Done
[jbang] Dependencies resolved
[jbang] Building jar...
Hello Max!
$ jbang hello.java -h
Usage: hello [-hV] <greeting>
hello made with jbang
      <greeting>   The greeting to print
  -h, --help       Show this help message and exit.
  -V, --version    Print version information and exit.

Instant cli app generated built using java and picocli as a dependency that was fetched as needed for the compilation and execution.

Installation Instructions

Instructions not filled in by author. Author knows what to do. Everybody else should avoid this repo.

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download
Centos-stream 8 aarch64 (22)*, ppc64le (47)*, x86_64 (22)* Centos-stream 8 (252 downloads)
EPEL 7 ppc64le (33)*, x86_64 (29)* EPEL 7 (342 downloads)
EPEL 8 aarch64 (35)*, ppc64le (61)*, x86_64 (18)* EPEL 8 (347 downloads)
Fedora 42 aarch64 (17)*, i386 (14)*, ppc64le (25)*, x86_64 (24)* Fedora 42 (0 downloads)
Fedora 43 aarch64 (18)*, i386 (24)*, ppc64le (33)*, x86_64 (11)* Fedora 43 (43 downloads)
Fedora 44 aarch64 (9)*, i386 (2)*, ppc64le (5)*, x86_64 (2)* Fedora 44 (16 downloads)
Fedora 45 aarch64 (0)*, i386 (0)*, ppc64le (0)*, x86_64 (0)* Fedora 45 (3 downloads)
Fedora rawhide aarch64 (33)*, i386 (19)*, ppc64le (39)*, x86_64 (35)* Fedora rawhide (348 downloads)
Mageia 8 aarch64 (28)* Mageia 8 (260 downloads)
Mageia cauldron aarch64 (22)*, i686 (10)*, x86_64 (28)* Mageia cauldron (357 downloads)
openSUSE Tumbleweed i586 (30)*, ppc64le (56)*, x86_64 (28)* openSUSE Tumbleweed (357 downloads)

* Total number of downloaded packages.