2.0.4 • Published 6 years ago

dynamicmind-cli v2.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

npm downloads install size dependencies

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:

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.7

6 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago