Closed vivianjeng closed 8 months ago
Also, that was quick! Nice work
As one example: one could imagine user specifying build targets in config, and
mopro build
picking up on this, as opposed to (easily) forgetting to specify which platforms to build for every time.
yes agree or we can use CLI to modify config file so it can be reused between different commands and developers can use cli tool to see what config can be specified
merge android config and ios config
mopro init --platforms android
mopro prepare
mopro build --platforms android
mopro export-bindings --platforms android --destination <DESTINATION>