Themplate ========= [![Build Status](https://travis-ci.org/bennofs/themplate.png?branch=master)](https://travis-ci.org/bennofs/themplate) This is a very simple program for creating project templates. Installing Themplate -------------------- ### From hackage: ``` $ cabal install themplate ``` ### From repository: Checkout the source code: ``` $ git clone https://github.com/bennofs/themplate $ cd themplate ``` Build in a cabal sandbox and install: ``` $ cabal sandbox init $ cabal install --prefix=~/.cabal # Install themplate executable to ~/.cabal/bin/themplate ``` Using Themplate --------------- To use a exisiting template with themplate, just run: ``` $ themplate init