@hackage / snap-templates

Scaffolding CLI for the Snap Framework

Latest1.0.0.2

About

Metadata

  • Last updated , by AndreasAbel
  • License BSD-3-Clause
  • Categories Web Development
  • Maintained by: snap@snapframework.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.4.3
  2. 7.10.3

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.