Initial commit — jibo-cli v3.0.7 with bundled node_modules

This commit is contained in:
pasketti
2026-04-05 18:40:18 -04:00
commit b2569b4ce4
10488 changed files with 1631271 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Building
Build process is implemented using NPM scripts installed in the **package.json** file.
| Command | Description
|---|---|
|`npm run build` | Build the project in debug mode. |
|`npm run build:release` | Build the project in release mode. |
|`npm run watch` | Watch the source and behaviors, auto-rebuilds. |
|`npm run clean` | Deletes built JavaScript files. |
|`npm start` | Alias for `npm run watch`.