DrupalGapManager is a command-line tool and scripting interface for DrupalGap.
This tool allows you to interact and manage your DrupalGap application.
$ npm install -g dgm
or
$ sudo npm install -g dgm
$ dgm create <PLATFORM> <NAME> [--url=<URL>] [--select]
Only SDK:
$ dgm create web web-application --url=http://www.drupalgap.org --select
Cordova project with SDK inside:
$ dgm create ios newApp --url=http://www.drupalgap.org
$ dgm create android newApp --url=http://www.drupalgap.org
$ dgm create-theme <NAME>
Example:
$ dgm create-theme awesome_theme
$ dgm dl <MODULE>
Example:
$ dgm dl telephone
$ dgm dl commerce
$ dgm en <PROJECT> [--custom]
Example:
$ dgm en commerce
$ dgm en custom_module --custom
$ dgm dis <PROJECT> [--custom]
Example:
$ dgm dis commerce
$ dgm dis custom_module --custom
$ dgm pml