npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

fannypack-cordova

0.0.1

@lukeed05

npmHomeRepoSnykSocket
Downloads:0
$ npm install fannypack-cordova
DailyWeeklyMonthlyYearly

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()