Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alunny/pluginstall
- Owner: alunny
- License: other
- Created: 2012-01-24T00:53:59.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-03T03:08:25.000Z (almost 12 years ago)
- Last Synced: 2024-10-14T16:14:21.189Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.19 MB
- Stars: 43
- Watchers: 16
- Forks: 41
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 testThen 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