This is stale. Check Gitlab for up-to-date ideas
giga init --headless
This generates the following file structure
.gigamono/
api/
lib/
giga.yaml
package.yaml
node modules used in the project are bundled and stored in lib/
folder.
giga
should warn the user when a package that potentially uses node apis is used.
Start the dev server
giga dev
You can build the project with the following command:
giga build
The built project is stored in .gigamono
folder.
If you are not using docker, giga can set up and run the binaries directly
giga run
Depending on the project setup, should run backend_server
, database_server
, proxy_server
, workspace_server
, etc.
giga init
This generates the following file structure
.gigamono/
api/
lib/
giga.yaml
package.json
giga init --workspace my_workspace
This generates the following file structure
.gigamono/
my_workspace/
api/
lib/
package.json
giga.yaml