Skip to content

Releases: foundweekends/conscript

0.5.0

11 Apr 04:16
v0.5.0

Choose a tag to compare

conscript (cs) is moved to foundweekends, an organization for people who like coding in the weekend.

conscript is a tool for installing and updating Scala apps.
All you need is a Github account, a Bintray account, and some time in the weekend to start publishing your apps that can be used by others:

cs foundweekends/giter8

CONSCRIPT_HOME changes

Starting conscript 0.5.0, scripts are created under $CONSCRIPT_HOME/bin instead of $HOME/bin. Please adjust your PATH accordingly.

You can now use the environment variable CONSCRIPT_HOME to control where conscript downloads things (default: $HOME/.conscript).
The directory where the scripts will be created can also be controlled via CONSCRIPT_BIN envonment variable. As noted above, the default value is $CONSCRIPT_HOME/bin.

export CONSCRIPT_HOME="$HOME/.conscript"
export CONSCRIPT_OPTS="-XX:MaxPermSize=512M -Dfile.encoding=UTF-8"
export PATH=$CONSCRIPT_HOME/bin:$PATH

#86 by @eed3si9n

other improvements

fixes

  • Uses sbt standalone launcher 1.0.0, instead of the sbt specific ones. #76 by @MrOutis

Fix runnable jar for windows

15 Dec 18:54

Choose a tag to compare

Fix for issue #54 doesn't require new jars on the repo, just a new runnable jar.

0.4.4

01 Nov 04:41

Choose a tag to compare

0.4.4