github jbangdev/jbang v0.50.0

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

News

One great feature: "Zero" Install run of jbang scripts.

Linux/OSX/Windows Bash:
curl -Ls https://sh.jbang.dev | bash -s - <args>

Windows Powershell:
iex "& { $(iwr https://ps.jbang.dev) } <args>"

This will install jbang (and java if needed) in local ~/.jbang folder and let you run jbang from anywhere.

Features

  • Now able to use Jbang while only having the script itself (#1e5ae220, closes #219)
  • Added PowerShell script with zero install (#8c26d75e)

Bug Fixes

  • temporary dir now properly set in jbang.ps1 (#47d6d9d1)

Don't miss a new jbang release

NewReleases is sending notifications on new releases.