🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

generator-appmobi

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-appmobi

Generator for Appmobi integration into other Yeoman generators

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

generator-appmobi

NPM version Coverage Status Build Status Dependency Status Download Month

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.

Use

Generator-M-Ionic

See how to integrate Appmobi into Generator-M-Ionic!

Standalone

Can be run in any Cordova project:

npm install --global generator-appmobi
yo appmobi

Integrate

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')
});

Keywords

yeoman-generator

FAQs

Package last updated on 13 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts