Skip to content

tkitsunai/gauge-typescript

 
 

Repository files navigation

Gauge for TypeScript

GHA NPM

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

About

TypeScript language plugin for Gauge

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.1%
  • TypeScript 20.3%
  • Other 0.6%