snap-0.13.2.9: Top-level package for the Snap Web Framework
This is the top-level package for the official Snap Framework libraries. It includes:
- The Snaplets API
- The "snap" executable program for generating starter projects
- Snaplets for sessions, authentication, and templates
To get started, issue the following sequence of commands:
$ cabal install snap $ mkdir myproject $ cd myproject $ snap-framework init
If you have trouble or any questions, see our FAQ page (http://snapframework.com/faq) or the documentation (http://snapframework.com/docs).