The Carbonio UI SDK is a collection of node scripts used for the development of Carbonio UI modules.
Install SDK using npm
:
npm install @zextras/carbonio-ui-sdk
Build and deploy your app in the machine:
sdk install -h <HOST_NAME>
Build your app
sdk build
The output will be placed under the dist
directory
Deploy the app in the machine
sdk deploy -h <HOST_NAME>
Run your app in watch mode, proxying against a Carbonio instance
sdk watch -h <HOST_NAME>
All contributions are accepted! Please refer to the CONTRIBUTING file, if present, for more details on how to contribute. If the repository has a Code of Conduct, we kindly ask to follow that one too.
Released under the AGPL-3.0-only license as specified here: LICENSES/AGPL-3.0-only.txt.