gauge-typescript
v0.2.2
Published
TypeScript language runner for Gauge
Downloads
42
Maintainers
Readme
Gauge for TypeScript
This project adds TypeScript language plugin for Gauge.
The plugin is authored in TypeScript.
[!NOTE] This project was forked from gauge-ts to continuously maintain gauge-typescript. Therefore, to update to a new version of gauge-typescript, you will need to install it from the source code. If you need further support, please feel free to contact us.
Getting started
API Reference: https://tkitsunai.github.io/gauge-typescript
Deveopement
Build from Source
Requirements
Running build.sh
(*nix), or .\build.ps1
(windwos/powershell) should give the list of all tasks available. Below sections detail some commonly used tasks.
Compiling
To compile typescript to commonjs:
./build.sh | .\build.ps1 build
Installing
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
Creating distributable
./build.sh | .\build.ps1 package