An open API service indexing awesome lists of open source software.

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

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.