An open API service indexing awesome lists of open source software.

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

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**