0.2.0 • Published 9 years ago
generator-cordova-plugin v0.2.0
generator-cordova-plugin 
A Cordova plugin generator for Yeoman.
Getting Started
To install generator-cordova-plugin from npm, run:
$ npm install -g generator-cordova-pluginFinally, initiate the generator:
$ yo cordova-pluginThere is now a sub generator to add a platform to plugin:
$ yo cordova-plugin:platform addor if you want to remove a platform
$ yo cordova-plugin:platform removecurrently only ios and android have been added