From 974b80567f007f85a94dc1b112df522059c0e15e Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Mon, 12 Dec 2022 21:36:43 +0000 Subject: [PATCH] added dev section to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc15521..76ced66 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ There is also a `logs` table that can be used the same way as the `outputs` tabl Much of the functionality that is provided through individual filters in GoWatch can also be done from Lua. The gopher-lua-libs provide an [http](https://github.com/vadv/gopher-lua-libs/tree/master/http) lib, whose output can be parsed with the [xmlpath](https://github.com/vadv/gopher-lua-libs/tree/master/xmlpath) or [json](https://github.com/vadv/gopher-lua-libs/tree/master/json) libs and then filtered with a [regular expression](https://github.com/vadv/gopher-lua-libs/tree/master/regexp) or some regular Lua scripting to then finally be turned into a ready to send notification through a [template](https://github.com/vadv/gopher-lua-libs/tree/master/template). +# Dev ## type script compilation `tsc static/*.ts --lib es2020,dom --watch --downlevelIteration`