generator-cordova-plugin [](https://travis-ci.org/lholmquist/generator-cordova-plugin)
October 9, 2013 ยท View on GitHub
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