Replies: 1 comment 6 replies
-
zx was in fact an inspiration to genaiscript! :) it was too tempting to also use the $ sign. In the spirit of being self contained, you can also do await host.exec(...) although maybe we should use zx under the hood. Originally it was implanted both for node and vscode but now building on top of zx might make more sense. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://google.github.io/zx/ brings the power of Bash to Javascript.
You can trivially use it inside your GenAIScript.
The only thing is that
zx
also use the$
symbol. You need to alias it when you import.Beta Was this translation helpful? Give feedback.
All reactions