squirrel-js
v0.1.4
Published
Node based cli tool using PhantomJS to automate generation of an Application Cache manifest file for a specified URL
Downloads
4
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 you can install Node using 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.