Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

monaca

Package Overview
Dependencies
Maintainers
1
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monaca

Monaca Command Line Tool

  • 1.0.9
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
76
decreased by-85.5%
Maintainers
1
Weekly downloads
 
Created
Source

Monaca CLI

Command line version of Monaca. It can be used to download projects from the Monaca cloud service, livesyncing Cordova projects to a local device using the Monaca Debugger among a lot of other things.

Installation instructions

If you don't have have Node.js installed, please download it from here or install it with your favorite package manager.

When that's done you can install the Monaca CLI by using:

$ npm install -g monaca

On some systems you may have to prefix the command with sudo because of permissions:

$ sudo npm install -g monaca

Available commands

Just run

$ monaca

to see a list of available commands:

create  ........  create a new Monaca project
info  ..........  show info about Cordova environment
platform  ......  add, update and remove platforms
plugin  ........  manage installed plugins
prepare  .......  prepare project for build
compile  .......  build the project
run  ...........  deploys project on a device / emulator
build  .........  shortcut for compile, then prepare
emulate  .......  run project in emulator
serve  .........  runs a local web server for assets
login  .........  sign in to Monaca Cloud
logout  ........  sign out from Monaca Cloud
clone  .........  clone project from the Monaca Cloud
upload  ........  upload project to Monaca Cloud
download  ......  download project from Monaca Cloud
livesync  ......  starts a server that waits for connections from Monaca Debugger
multiserve  ....  serves several projects to the Monaca Debugger
remote build  ..  build project on Monaca Cloud

You can run monaca <command_name> help to get in-depth information about a single command:

$ monaca upload help

Usage: monaca upload

Description:

  Uploads the current project to the Monaca Cloud.

  This command requires you to be logged in. The project
  files will be compared with the remote files so only
  changed and new files will be uploaded.

Examples:

  $ monaca upload

Keywords

FAQs

Package last updated on 27 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc