🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

local-cordova

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

local-cordova

run locally installed cordova version

0.1.0
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

local-cordova

This tool is a little helper for those who need to run different versions of cordova CLI on their machine. It lets you run your locally installed cordova version by simply running lcordova instead of node_modules/.bin/cordova.

why?

If you want to run different versions of cordova CLI on your device, you need to install the CLI locally without the -g flag. But the problem about that is, you can't use the cordova command anymore. You need to type in the relative path to the binary.

This tool makes life easier as it is a wrapper you can install globally. It is just searching for the locally installed cordova CLI and running that one by simply typing the command lcordova.

installation

npm install local-cordova -g

usage

lcordova <cordova args>

e.g.: lcordova prepare ios

Keywords

cordova

FAQs

Package last updated on 04 Jul 2016

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