Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
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.
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
Just run
$ monaca
to see a list of available commands:
create ........ create a new Monaca project
login ......... sign in to Monaca Cloud
logout ........ sign out from Monaca Cloud
clone ......... clone project from the Monaca Cloud
import ........ import project from the Monaca Cloud
upload ........ upload project to Monaca Cloud
download ...... download project from Monaca Cloud
plugin ........ manage installed plugins
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
proxy ......... configure proxy to use when connecting to 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
It also supports the command line options from Cordova CLI. The following options exactly follows the same behavior to Cordova, and Monaca Cloud is not used in this case.
info .......... show info about Cordova environment
platform ...... add, update and remove platforms
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
FAQs
Monaca Command Line Tool
The npm package monaca receives a total of 60 weekly downloads. As such, monaca popularity was classified as not popular.
We found that monaca demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.