A Cordova plugin generator for Yeoman.
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