@zextras/carbonio-ui-sdk
v2.2.1
Published
Zextras Carbonio Web SDK
Readme
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-sdkBuild and deploy your app:
sdk install (-h <HOST_NAME> | -f <LOCAL_FOLDER> | -c <CONTAINER_NAME>)Build your app
sdk buildThe output will be placed under the dist directory
Deploy the app in the machine
sdk deploy (-h <HOST_NAME> | -f <LOCAL_FOLDER> | -c <CONTAINER_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.
