fannypack-cordova

0.0.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i fannypack-cordova

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • lukeed