This project adds Typescript language plugin for gauge.
The plugin is authored in typescript.
Running build.sh
(*nix), or .\build.ps1
(windows/powershell) should give the list of all tasks available. Below sections detail some commonly used tasks.
To compile Typescript to commonjs:
./build.sh | .\build.ps1 build
To install the the typescript plugin use (Note, this will uninstall gauge-ts before installing the compiled version):
./build.sh | .\build.ps1 package
./build.sh | .\build.ps1 forceinstall
./build.sh | .\build.ps1 package