We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf03a58 commit 0b6ad13Copy full SHA for 0b6ad13
1 file changed
README.md
@@ -5,6 +5,11 @@ Scriptify is a library to evaluate scripts written in JavaScript with ability to
5
This library is designed to execute JavaScript scripts and has the ability to register global functions and constants.
6
It also allows you to configure security for executing scripts.
7
8
+## Other scripts support
9
+- [TypeScript](https://github.com/Instancify/Scriptify-TypeScript) - TS support using swc4j
10
+- [TypeScript Declaration Generator](https://github.com/Instancify/Scriptify-DTS-Generator) - Declaration generator for JS or TS
11
+- [Kotlin Script](https://github.com/Instancify/Scriptify-Kotlin-Script) - Kotlin Script support
12
+
13
## Maven
14
Adding repo:
15
```xml
0 commit comments