Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

oneblink/appcache-fetcher.js

Repository files navigation

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