build-tools/tests
Charles Kerr d0b5ca2a5d refactor: port bash, batch files to javascript (#23)
* feat: add cli args to 'e fetch' and 'e bootstrap'

* refactor: minor --help message readability changes

* refactor: minor --help message readability changes

* fix: don't use `git rev-parse --show-toplevel`

When running in `git bash`, we want pathnames like "/c/Users/IEUser"
but `git rev-parse` returns "C:/Users/IEUser".

* refactor: move everything to portable JS scripts

The intent is to have uniform functionality between platforms
and to reduce the number of scripts that have to be maintained.

* chore: improve error messages and documentation

* chore: address some review comments

* chore: address some review comments

* feat: let user specify source and target in `e pr`

* fixup! feat: let user specify source and target in `e pr`

* chore: prettier

* refactor: don't specify e in try-catch if not used

* feat: add tests and coverage

* feat: add "npm run test" pull_request to workflows
2019-10-29 12:10:08 -07:00
..
bootstrap-spec.js refactor: port bash, batch files to javascript (#23) 2019-10-29 12:10:08 -07:00
e-init-spec.js refactor: port bash, batch files to javascript (#23) 2019-10-29 12:10:08 -07:00
e-show-spec.js refactor: port bash, batch files to javascript (#23) 2019-10-29 12:10:08 -07:00
sandbox.js refactor: port bash, batch files to javascript (#23) 2019-10-29 12:10:08 -07:00