gon create-project

Scaffold a new GON project interactively. Selects modules and theme, generates Docker configuration.

Usage

gon create-project myapp
gon create-project myapp --no-install

Import existing project

gon create-project myapp \
--from-modules-enabled=/path/to/modules-enabled.php \
--no-install
 
cd myapp
gon install