Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
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.