An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


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`](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.