https://github.com/zowe/zlux-shared
zLUX framework components that are utilized both by the server and in the web browser
https://github.com/zowe/zlux-shared
Last synced: 6 months ago
JSON representation
zLUX framework components that are utilized both by the server and in the web browser
- Host: GitHub
- URL: https://github.com/zowe/zlux-shared
- Owner: zowe
- License: epl-2.0
- Created: 2018-08-13T15:42:56.000Z (almost 8 years ago)
- Default Branch: v2.x/staging
- Last Pushed: 2024-09-12T15:02:44.000Z (almost 2 years ago)
- Last Synced: 2024-09-13T03:25:10.652Z (almost 2 years ago)
- Language: TypeScript
- Size: 183 KB
- Stars: 1
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
This program and the accompanying materials are
made available under the terms of the Eclipse Public License v2.0 which accompanies
this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html
SPDX-License-Identifier: EPL-2.0
Copyright Contributors to the Zowe Project.
# zlux-shared
This repository contains Zowe App Framework components that are utilized both by the server and in the web browser, such as the [Logger](https://docs.zowe.org/stable/extend/extend-desktop/mvd-logutility) and HTML parsing code.
## Testing
This repository uses Mocha for unit testing.
1. To install Mocha globally, use `npm install --global mocha`
2. Then `mocha path/to/your/test/file.js`
**To request features or report bugs, please use the issues page at the [zlux repo](https://github.com/zowe/zlux/issues) with the client or server infrastructure tags**