This repository is not being maintained anymore, as of March 2017.
Generator for Appmobi integration into Yeoman generators, especially Generator-M-Ionic.
Guides you through the installation of the Appmobi Cordova plugin in a user-friendly fashion.
See how to integrate Appmobi into Generator-M-Ionic!
Can be run in any Cordova project:
npm install --global generator-appmobi
yo appmobi
into your own Yeoman generator using Yeoman's awesome Composability feature.
package.json
"dependencies": {
// ...
"generator-appmobi": "^0.0.4",
// ...
},
index.js
this.composeWith('generator-appmobi', {}, {
local: require.resolve('generator-appmobi/generators/app/index.js')
});