Sample Zowe Client applications which connect and use a sample REST API service and adhere to Zowe conformance standards.
npm
version 7.20+
(npm install -g npm
)
git clone https://github.com/zowe/zowe-client-sample-apps
npm install
npm run build
A sample Zowe CLI plugin which calls the sample Zowe REST API.
See more information here.
The Zowe Sample API Service helps you build a new, Zowe-conformant REST API .
See more information here.
TypeScript / JavaScript SDK to make your service callable via Node.js applications / scripts. The SDK supports both the Zowe CLI plugins as well as Zowe Explorer VS Code Extensions.
import { Greeting } from "@zowe/sample-for-zowe-cli";
...
See more information here.
Allows for graphical interactions to z/OS services.
See more information here.
@zowe/cli
dependency for vsce
package