A bunch of helper scripts for lazy and forgetful developers
- clone the repo
- go to the project folder
- run install-scripts.sh (set the execute permissions if needed)
| script | description |
|---|---|
| commons.sh | contains commons constants, variables and functions |
| setup-core-modules-alias.sh | setup the paths for the core modules (Shell, DS, Preview) |
| add-module-alias.sh | register the alias and the project path for a Carbonio module |
| add-host-alias.sh | register the alias and the hostname path for a server |
| deploy-module.sh | deploys a module into a server |
| run-module.sh | run the project in watch-mode |
| deploy-design-system.sh | deploys the Carbonio Design System into a project folder in order to use the latest DS exports |
| deploy-preview.sh | deploys the Carbonio Preview UI into a project folder in order to use the latest Preview exports |
| deploy-shell.sh | deploys the Carbonio Shell UI into a project folder in order to use the latest Shell exports |