Popularity
7.4
Stable
Activity
0.0
Stable
8
7
11

Monthly Downloads: 22
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Snap    
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.

Do you think we are missing an alternative of snap-templates or a related project?

Add another 'Snap' Package

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.