rsp-wtp-server-connector-api
v0.1.0
Published
<!-- [](https://travis-ci.org/redhat-developer/vscode-server-connector-api) []
Downloads
5
Maintainers
Readme
rsp-wtp-server-connector-api
A simple shared library for the vscode-server-connector and any extensions to it to provide a shared API between the two.
See the RSP repo for further details about RSP. See the VSCode server connector repo for more details about the server connector.
Installing
npm i rsp-wtp-server-connector-apiRunning unit tests
Unit tests (if any exist) are located in test. To run all unit tests:
npm run testpublish
To publish our module, run the command
npm publishBuild
npm run build