@polytric/openws-sdkgen 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# OpenWS SDK Generator
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@polytric/openws-sdkgen)
|
|
4
|
+
[](https://github.com/polytric/openws/blob/main/LICENSE)
|
|
5
|
+
|
|
3
6
|
`@polytric/openws-sdkgen` is the OpenWS SDK generator CLI. It takes an OpenWS spec JSON file and produces SDK source code for a target language/environment.
|
|
4
7
|
|
|
5
8
|
The generator is pipeline-driven:
|