Popularity
7.5
Growing
Activity
0.0
Stable
8
7
11
Monthly Downloads: 8
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v1.0.0.2
snap-templates alternatives and similar packages
Based on the "Snap" category.
Alternatively, view snap-templates alternatives based on common mentions on social networks and blogs.
-
snap
Top-level package for the official Snap Framework libraries, includes the snaplets API as well as infrastructure for sessions, auth, and templates. -
heist
An xhtml-based templating engine, allowing Haskell functions to be bound to XML tags. -
snaplet-postgresql-simple
postgresql-simple snaplet for the Snap Framework -
snaplet-persistent
Snaplet for using Persistent in snap applications -
snap-extras
A collection of handler, splice and other primitive helpers that are commonly needed in web applications -
snaplet-acid-state
acid-state snaplet for Snap Framework -
snaplet-actionlog
Create a change log/history for records in your snap application -
hspec-snap
A library for testing with Hspec and the Snap Web Framework -
snaplet-sqlite-simple
sqlite-simple snaplet for the Snap Framework -
snaplet-mysql-simple
A haskell snaplet for using MariaDB and MySQL database with a Snap Framework application via mysql-simple -
snaplet-sass
Sass integration for Snap with request- and pre-compilation. -
snaplet-postmark
Haskell Snap Framework support for Postmark email system. -
snaplet-auth-acid
An AcidState backend for Snap's Auth Snaplet -
snaplet-coffee
A Haskell Snaplet based off of snaplet-fay, but for coffeescript -
snaplet-haxl
Snaplet for Haxl: https://github.com/facebook/Haxl
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Do you think we are missing an alternative of snap-templates or a related project?
README
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.