https://github.com/zextras/carbonio-ui-sdk
A collection of node scripts used for the development of Carbonio UI modules
https://github.com/zextras/carbonio-ui-sdk
carbonio-component carbonio-ui
Last synced: 5 months ago
JSON representation
A collection of node scripts used for the development of Carbonio UI modules
- Host: GitHub
- URL: https://github.com/zextras/carbonio-ui-sdk
- Owner: zextras
- License: agpl-3.0
- Created: 2022-01-11T14:15:58.000Z (over 4 years ago)
- Default Branch: devel
- Last Pushed: 2026-01-27T03:26:33.000Z (5 months ago)
- Last Synced: 2026-01-27T15:52:39.990Z (5 months ago)
- Topics: carbonio-component, carbonio-ui
- Language: JavaScript
- Homepage:
- Size: 826 KB
- Stars: 2
- Watchers: 13
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Carbonio UI SDK
The Carbonio UI SDK is a collection of node scripts used for the development of Carbonio UI modules.
Getting started
Install SDK using [`npm`](https://www.npmjs.com/package/@zextras/carbonio-ui-sdk):
```
npm install @zextras/carbonio-ui-sdk
```
Build and deploy your app:
```
sdk install (-h | -f | -c )
```
Build your app
```
sdk build
```
The output will be placed under the `dist ` directory
Deploy the app in the machine
```
sdk deploy (-h | -f | -c )
```
Run your app in watch mode, proxying against a Carbonio instance
```
sdk watch -h
```
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.