1.3.1 • Published 10 months ago
build-strap-cli v1.3.1
build-strap-cli
This is the CLI (command line interface) for build-strap. This can be used to bootstrap the bootstrap scripts.
Setup
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.batRunning the bs script will download the other needed scripts from github. Checking these in to your repo is optional.