Project

snatch

0.0
No commit activity in last 3 years
No release in over 3 years
Simple site downloaded that wraps wget and converts PHP CSS files in to regular CSS files.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.2.9

Runtime

 Project Readme

snatch¶ ↑

Snatch a site.

snatch = Snatch.new
snatch.run

Usage:

snatch.rb [OPTIONS] SITE_URI(s)

Specific Options:
  -w, --wget                       Specify the full path to the wget binary (Must be at least version 1.12.)
  -g, --git                        Specify the full path to the git binary.
Common Options:
  -h, --help                       Show this message.

You can pass multiple URIs to snatch.rb. You need to have wget v1.12 and git installed within $PATH. snatch.rb will optionally search for wget and git if they can not be found.