Skip to content

A collection of node scripts used for the development of Carbonio UI modules

License

Notifications You must be signed in to change notification settings

zextras/carbonio-ui-sdk

Repository files navigation

Carbonio UI SDK

License AGPL 3 Project Carbonio Follow on Twitter

The Carbonio UI SDK is a collection of node scripts used for the development of Carbonio UI modules.

Getting started

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>

Contributing

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.

License

Released under the AGPL-3.0-only license as specified here: LICENSES/AGPL-3.0-only.txt.

About

A collection of node scripts used for the development of Carbonio UI modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published