Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 343 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 343 Bytes

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.