snap-templates-1.0.0.0: README.md
Snap Project Templates
======================
This package provides an executable called `snap` that generates project
templates for the Snap Framework. To use:
cabal install snap-templates
mkdir myproject
cd myproject
snap init
You can also run `snap init --help` to see a list of available options and
project templates.