Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkelosky/zowe-client-templates
https://github.com/dkelosky/zowe-client-templates
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkelosky/zowe-client-templates
- Owner: dkelosky
- License: other
- Created: 2021-07-23T14:16:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T06:41:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T02:15:15.400Z (4 months ago)
- Language: TypeScript
- Size: 1.47 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zowe Client Templates
Sample client applications for:
* npm / API package
* Zowe CLI plugin
* Zowe Explorer (and VS Code) Extension## Prerequisites
`npm` version `7.20+` (`npm install -g npm`)
## TODO
* comments
* tests
* localization
* should workspaces each have devdependencies?
* individual scripts for prettier & eslint??## Building
1. `git clone https://github.com/dkelosky/zowe-client-templates`
2. `npm install`
3. `npm run build`