Appsemble SDK
The JavaScript SDK for communication with the Appsemble extension host.
Installation
npm install --save-dev appsemble
Usage
XXX Add link to documentation.
For usage examples, see the documentation.
Contributing
Project development
XXX refactor when published to GitHub
Clone the project and install dependencies.
git clone ssh://build.d-centralize.nl:29418/appsemble-components
cd appsemble-components/appsemble-sdk
npm install
Now simply start it. This will start Karma for unittests and build the documentation in build on save.
npm start