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
- Host: GitHub
- URL: https://github.com/integralist/squirrel
- Owner: Integralist
- License: mit
- Created: 2013-08-02T16:09:23.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-25T08:52:43.000Z (over 12 years ago)
- Last Synced: 2025-03-17T19:39:20.265Z (over 1 year ago)
- Language: JavaScript
- Size: 251 KB
- Stars: 64
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.