Popularity
7.4
Stable
Activity
0.0
Stable
8
7
11
Monthly Downloads: 18
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. -
snap-extras
A collection of handler, splice and other primitive helpers that are commonly needed in web applications -
snaplet-mysql-simple
A haskell snaplet for using MariaDB and MySQL database with a Snap Framework application via mysql-simple
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
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.