froyo

a simple command line tool to build your website

it minifies your files, compresses images and processes server-side includes

usage

>> froyo path/to/src/folder [path/to/dest/folder] [--watch]

arguments

postional

optional

installation

install 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

github repository

https://github.com/kartikye/froyo


back