Skip to content

jbang.dev

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.

Package Information

  • Domain: jbang.dev
  • Name: jbang.dev
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install jbang

Programs

This package provides the following executable programs:

  • jbang

Aliases

This package can also be accessed using these aliases:

  • jbang

Available Versions

Show all 22 versions
  • 0.126.3, 0.126.2, 0.126.1, 0.126.0, 0.125.1
  • 0.125.0, 0.124.0, 0.123.0, 0.122.0, 0.121.0
  • 0.120.4, 0.119.0, 0.118.0, 0.117.1, 0.117.0
  • 0.116.0, 0.115.0, 0.114.0, 0.113.0, 0.112.4
  • 0.111.0, 0.110.1

Latest Version: 0.126.3

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +jbang.dev@0.126.3 -- $SHELL -i

Dependencies

This package depends on:

  • openjdk.org

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.jbangdev

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.