a simple command line tool to build your website
it minifies your files, compresses images and processes server-side includes
>> froyo path/to/src/folder [path/to/dest/folder] [--watch]
postional
source
- path to source folderdest
- path to destination folder, if blank it will default to [source]_dist and it will be created if it does not existoptional
--watch
- will watch the source for changesinstall from pypi
run the pip install command
pip install froyo
install from github
clone the files from github
>> git clone https://github.com/kartikye/froyo.git
navigate to the directory
>> cd froyo
run the install command
>> python setup.py install