Popularity
7.3
Declining
Activity
0.0
Stable
8
6
11
Monthly Downloads: 1
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 -
snaplet-auth-acid
DISCONTINUED. An AcidState backend for Snap's Auth Snaplet [GET https://api.github.com/repos/dmjio/snaplet-auth-acid: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
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.