2.0.1 • Published 8 years ago

@blinkmobile/appcache-fetcher v2.0.1

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
8 years ago

appcache-fetcher.js AppVeyor Status Travis CI Status

BlinkMobile-specific wrapper for https://github.com/jokeyrhyme/appcache-fetcher.js

Installation

npm install -g @blinkmobile/cli @blinkmobile/appcache-fetcher

Usage

Usage: blinkm acf [options] <url> <output>

Options:

  -h, --help     output usage information
  -V, --version  output the version number
  -f, --force    wipe `output' if it already exists, create if needed
  -s, --strict   consider fetch errors as fatal

Example

bm acf https://your.offline.web.app/ path/to/your/project/www

See the Cordova how-to guide for more specific examples.

Compatibility

  • versions >=2.x require Node.js >=4.x