@hackage snap-templates1.0.0.1

Scaffolding CLI for the Snap Framework

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).