0.0.1 • Published 8 years ago

fannypack-cordova v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

fannypack-cordova

Official Fannypack task for tunneling a project through Cordova.

Installation

npm install fannypack-cordova --save-dev

Usage

// gulpfile.js

var Fannypack = require('fannypack')

require('fannypack-cordova')

Fannypack.Config.cordova = {
  // full path, from root. read all built files
  src: 'build',
  // cordova options
  options: {
    dir: 'cordova', // dest
    id: 'com.roostapp.www', // The reverse domain-style identifier of the project.
    name: 'Roost'
  },
  //
  plugins: [],
  //
  xml: []
}

Fannypack.init()