@zowe/zowex-for-zowe-sdk
v0.6.1
Published
Zowe Remote SSH APIs for Zowe SDK
Keywords
Readme
Zowe Remote SSH SDK
The Zowe Remote SSH SDK is a TypeScript library that enables developers to interact with mainframe resources over SSH, directly from their custom Node.js application.
Building from source
- From the root of this repository, run
npm installto install all the dependencies - Change to the
packages/sdkfolder and runnpm run buildto build the SDK
The SDK is compiled and saved in the packages/sdk/lib folder.
Usage
Refer to the test.ts file in this directory for an example of how to use the SDK.
