The directory structure in this GitHub is to allow the project to have all its resources self-contained. Open Source software should not just be a repository of code. There are a number of directories to help you and others that will follow in your foot steps. It'll also allow the Linux Foundation OMP Mentorship program to keep track of your project and get a better understanding of the problems you encountered during the developmemnt of this project.
Folder | Description |
---|---|
Documentation | all documentation the project team has created to describe the architecture, design, installation and configuratin of the peoject |
Notes and Research | Relavent information useful to understand the tools and techniques used in the project |
Status Reports | Project management documentation - weekly reports, milestones, etc. |
scr | Source code - create as many subdirectories as needed |
- a user interacts with Zowe Sample VS Code Extension or Zowe CLI Sample Plugin
- the common Zowe Sample SDK code reads config or profiles
- then calls the Zowe Sample REST API with optional query parameters
- the "hello" message response is returned via the API, to the SDK, and to the end user
All code for this project are hosted in the Monorepo zowe/zowe-client-sample-apps
- This project provides 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
see here
git clone https://github.com/zowe/zowe-client-sample-apps
- Build and Run
Zowe Sample Api Service
, for steps on how to build and run this service in your local worsatation, see here
- Daniel Kelosky - Broadcom - Mentor
- Muhammad Ali - University - Mentee