Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alunny/pluginstall

programmatically install apache cordova plugins
https://github.com/alunny/pluginstall

Last synced: about 2 months ago
JSON representation

programmatically install apache cordova plugins

Awesome Lists containing this project

README

        

# Pluginstall

> script to install Cordova plugins

## Deprecation Notice

This repo is no longer under active development. For your Cordova plugin needs, please see

https://github.com/imhotep/plugman

## 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