@hackage snap-templates1.0.0.2
Scaffolding CLI for the Snap Framework
Categories
License
BSD-3-Clause
Maintainer
snap@snapframework.com
Links
Versions
Installation
Tested Compilers
Dependencies (0)
- base >=4 && <5
- bytestring >=0.9.1 && <1
- containers >=0.3 && <1
- directory >=1.0 && <1.4
- filepath >=1.1 && <1.5
- template-haskell >=2.2 && <3 Show all…
Dependents (1)
@hackage/acme-everything
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.