https://github.com/snapframework/snap-templates
An executable for generating project templates for the Snap Framework
https://github.com/snapframework/snap-templates
Last synced: 9 months ago
JSON representation
An executable for generating project templates for the Snap Framework
- Host: GitHub
- URL: https://github.com/snapframework/snap-templates
- Owner: snapframework
- License: bsd-3-clause
- Created: 2014-06-04T05:35:40.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T04:25:01.000Z (about 7 years ago)
- Last Synced: 2025-03-29T12:46:50.838Z (12 months ago)
- Language: Haskell
- Size: 57.6 KB
- Stars: 8
- Watchers: 6
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this 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.