DM CLI
The dm-cli command line interface (CLI) is your go-to tool for manage the bigapp project.
CLI versions:
-
master
:npm i -g dynamicmind-cli
(recommended)
Usage
$ dm-cli <task> [platform/s] [options]
$ dm-cli switch all --env=myad
$ dm-cli run ios --env=mona --quick=ok
Usage
You need to have a src/projects
folder with all the specific files and a builder.config.json
for each app version within your project root.
Example
root
|-- projects.builder.json
|-- src/projects
|-- brand
| |-- myadv
| | |-- icon.png
| | |-- splash.png
| |-- mona
| | |-- icon.png
| | |-- splash.png
| ...
|-- firebase
| |-- myadv
| | |-- google-services.json
| | |-- GoogleServices-Info.plist
| |-- mona
| | |-- google-services.json
| | |-- GoogleServices-Info.plist
|-- config.json
|-- project.myadv.json
|-- project.mona.json
...
If you find issues, please let us know:
- See Issues Tracker