You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/client-libraries.md
+88Lines changed: 88 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ We have libraries for the following languages:
14
14
*[Go](#go-sdk)
15
15
*[Java](#java-sdk)
16
16
*[Python](#hera-python-sdk)
17
+
*[Typescript](#juno-typescript-sdk)
17
18
18
19
Please feel free to contribute more language libraries to help improve the Argo Workflows ecosystem.
19
20
@@ -63,3 +64,90 @@ w.create()
63
64
```
64
65
65
66
Learn more in the [Hera walk-through](https://hera.readthedocs.io/en/stable/walk-through/quick-start/).
67
+
68
+
69
+
### Juno Typescript SDK
70
+
Juno is a workflow generator that allows you to write you workflows in Typescript. Juno reduces your usage of pass by string and provides types and validation to make writing complex workflows just a little less painful.
0 commit comments