dynamicmind-cli

2.0.4 • Public • Published

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:

Dependents (0)

Package Sidebar

Install

npm i dynamicmind-cli

Weekly Downloads

13

Version

2.0.4

License

MIT

Unpacked Size

29.5 kB

Total Files

12

Last publish

Collaborators

  • draweb