Build an app from 0 only in CLI - is it possible?
-
Hello, i wanna try creating (and loading to PlayMarket) an app, using only Monaca CLI
and 0% Cloud IDE.
Is it possible?
If is, where can i read necessary guide and commands?
Thanks in advance!
-
Yes that is possible. Monaca CLI is a wrapper around Cordova CLI, so Cordova CLI commands should work (replacing
cordova
withmonaca
e.g.monaca build
instead ofcordova build
). Please see the Cordova CLI for details of how to create a Cordova app.If you want to build remotely on Monaca servers run
monaca remote build
.Also please see here for full documentation: http://docs.monaca.io/
If you have any further questions please let us know, or alternatively contact Monaca Support Team through the Monaca website, which may be faster than the forum.