Description
Scaffolding CLI for the Snap Framework.
Description
This is the Scaffolding CLI for the official Snap Framework libraries. It includes:
The "snap" executable program for generating starter projects
To get started, issue the following sequence of commands:
$ cabal install snap-templates
$ mkdir myproject
$ cd myproject
$ snap init
If you have trouble or any questions, see our FAQ page (http://snapframework.com/faq) or the documentation (http://snapframework.com/docs).
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.