Skip to content

Instantly share code, notes, and snippets.

@toff63
Created November 22, 2015 22:44
Show Gist options
  • Save toff63/1963288ded24e43b3313 to your computer and use it in GitHub Desktop.
Save toff63/1963288ded24e43b3313 to your computer and use it in GitHub Desktop.

Install conscript

As I use cygwin

curl https://raw.githubusercontent.com/n8han/conscript/master/setup.sh | sh
mv ~/.conscript/sbt-launch-0.13.7.jar ~/.conscript/sbt-launch.jar

Then edit $HOME/bin/cs

java -jar "`cygpath -m "$HOME/.conscript/sbt-launch.jar"`" "@file:///C:/Users/PUT_YOUR_USERNAME/.conscript/n8han/conscript/cs/launchconfig" "$@"

Install gitter8

cs n8han/giter8

You can test the installation running g8 without parameters

g8.bat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment