openhab-typescript / typescript-openhab-template

Template for writing JSR223-compliant ECMAScript-Scripts with TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript OpenHAB Template

This template can be used to create JSR223-compliant ECMAScript-Scripts to, for example, be used in Rules.

Getting started.

Clone the repository using

git clone https://github.com/openhab-typescript/typescript-openhab-template

Run npm install to install the dependencies.

The source files lie in ./src. The output file lies in ./output.

To generate an output file, run npm run build from the project directory.

About

Template for writing JSR223-compliant ECMAScript-Scripts with TypeScript


Languages

Language:TypeScript 90.9%Language:JavaScript 9.1%