An open API service indexing awesome lists of open source software.

https://github.com/integralist/squirrel

PhantomJS script to automate Application Cache manifest file generation
https://github.com/integralist/squirrel

Last synced: 4 months ago
JSON representation

PhantomJS script to automate Application Cache manifest file generation

Awesome Lists containing this project

README

          

# Squirrel

Node based cli tool using PhantomJS to automate generation of an Application Cache manifest file for a specified URL

## Requirements

You'll need Node.js installed...

`brew install node`

If you're not using [Homebrew](http://brew.sh/) you can install Node using [Nave](https://github.com/isaacs/nave#nave)

## Installation

`npm install -g squirrel-js`

## Usage

`squirrel [url]`

## Example

`squirrel bbc.co.uk/news`

## Output

Creates a `appcache.manifest` file in the current directory you run the command.