@exlinc/cc-web-exec-sdk
v1.0.6
Published
Coding Rooms web exec environment iframe app SDK
Downloads
160
Readme
Coding Rooms Web Exec SDK for iframes
SDK for building and communicating with web execution environments that are embedded as iframes in Coding Rooms
Usage
First get the distribution:
- NPM:
npm install @exlinc/cc-web-exec-sdk
USAGE DOCS TODO
Development Setup
git clone https://github.com/exlinc/cc-web-exec-sdk
cd cc-web-exec-sdk
npm install
Building
The build step places cc-web-exec-sdk.js
into the dist/
directory of the project. This is the only required output bundle.
npm run build
Publish to NPM
npm publish