This is the CLI (command line interface) for build-strap
. This can be used to bootstrap the bootstrap scripts.
To set up a new project, copy the bs
script(s) from this repo into your project and check them in.
curl -o bs https://raw.githubusercontent.com/murrayju/build-strap-cli/master/bs && chmod +x bs
curl -o bs.ps1 https://raw.githubusercontent.com/murrayju/build-strap-cli/master/bs.ps1
curl -o bs.bat https://raw.githubusercontent.com/murrayju/build-strap-cli/master/bs.bat
Running the bs
script will download the other needed scripts from github
. Checking these in to your repo is optional.