gauge-typescript
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

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

Package Sidebar

Install

npm i gauge-typescript

Weekly Downloads

1

Version

0.2.2

License

MIT

Unpacked Size

1 MB

Total Files

108

Last publish

Collaborators

  • tkitsunai