Skip to content

programmatically install apache cordova plugins

License

Notifications You must be signed in to change notification settings

phonegap-build/pluginstall

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pluginstall

script to install Cordova plugins

Usage

pluginstall PLATFORM PROJECT-PATH PLUGIN-PATH

Example:

pluginstall android . ~/plugins/ChildBrowser

Development

git clone https://github.com/alunny/pluginstall.git
cd pluginstall
npm install
npm test

Then go!

Supported Platforms

  • Android
  • iOS
  • www (copies plugin's www assets only, to PROJECT-PATH)

plugin.xml Format

see https://github.com/alunny/cordova-plugin-spec

Currently support the August 16 revision, more or less.

License

Apache

About

programmatically install apache cordova plugins

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.1%
  • Objective-C 16.9%