lholmquist / generator-cordova-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generator-cordova-plugin Build Status

A Cordova plugin generator for Yeoman.

Getting Started

To install generator-cordova-plugin from npm, run:

$ npm install -g generator-cordova-plugin

Finally, initiate the generator:

$ yo cordova-plugin

There is now a sub generator to add a platform to plugin:

$ yo cordova-plugin:platform add

or if you want to remove a platform

$ yo cordova-plugin:platform remove

currently only ios and android have been added

License

MIT License

About

License:MIT License


Languages

Language:JavaScript 100.0%