Skip to content

openmainframeproject-internship/Zowe-explorer-extension-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zowe explorer extension templates

Short Project Description

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

Description

  • 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

CODE

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.

Building Prerequisites

npm version 7.20+ (npm install -g npm)

Building

  1. git clone https://github.com/zowe/zowe-client-sample-apps
  2. npm install
  3. npm run build

Demo

see here

Running prerequisites

  • 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

Project Team

  • Daniel Kelosky - Broadcom - Mentor
  • Muhammad Ali - University - Mentee

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published