gorjusborg / boot-bin

Boot executable — downloads and runs Boot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boot-bin

changes

Boot executable — downloads and runs Boot.

  • Compatible with any version of Boot, 2.0.0 or later.
  • Unix / OSX / Linux / Windows
Operating System Download
Unix / OSX / Linux https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh
Windows https://github.com/boot-clj/boot-bin/releases/download/latest/boot.exe

Build

System requirements:

./build.sh # builds target/boot.sh (Unix) and target/boot.exe (Windows)

Running various artifacts:

  • target/Boot.class: java -cp target Boot
  • target/loader.jar: java -jar target/loader.jar
  • target/boot.sh: ./target/boot.sh

License

Copyright © 2015 Alan Dipert and Micha Niskin

Distributed under the Eclipse Public License, the same as Clojure.

About

Boot executable — downloads and runs Boot.

License:Eclipse Public License 1.0


Languages

Language:Java 63.6%Language:Shell 36.4%