Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 542 Bytes

README.rst

File metadata and controls

19 lines (13 loc) · 542 Bytes

Scarab

https://travis-ci.org/cknv/scarab.svg?branch=master

A small library of tools you might find handy when building a static site engine.

Installation

Currently scarab is not distributed. So in order to get your hands on it, you will have to git clone it, and then pip install it:

git clone https://github.com/cknv/scarab
cd scarab
pip install -e .

When I am more happy with the state of scarab, it will be published properly.