snap-templates: Scaffolding CLI for the Snap Framework

[ bsd3, program, snap, web ] [ Propose Tags ]

This is the Scaffolding CLI for the official Snap Framework libraries. It includes:

  • The "snap" executable program for generating starter projects

To get started, issue the following sequence of commands:

$ cabal install snap-templates
$ mkdir myproject
$ cd myproject
$ snap init

If you have trouble or any questions, see our FAQ page (http://snapframework.com/faq) or the documentation (http://snapframework.com/docs).


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0.0, 1.0.0.1, 1.0.0.2
Dependencies base (>=4 && <5), bytestring (>=0.9.1 && <0.11), containers (>=0.3 && <0.6), directory (>=1.0 && <1.4), directory-tree (>=0.11 && <0.13), filepath (>=1.1 && <1.5), hashable (>=1.1 && <1.2 || >=1.2.0.6 && <1.3), old-time (>=1.0 && <1.2), template-haskell (>=2.2 && <2.12), text (>=0.11 && <1.3) [details]
License BSD-3-Clause
Author Ozgun Ataman, Doug Beardsley, Gregory Collins, Carl Howells, Chris Smith
Maintainer snap@snapframework.com
Revised Revision 1 made by DougBeardsley at 2017-03-29T12:33:29Z
Category Web, Snap
Home page http://snapframework.com/
Source repo head: git clone https://github.com/snapframework/snap-templates.git
Uploaded by DougBeardsley at 2016-08-08T02:20:01Z
Distributions Debian:1.0.0.2, NixOS:1.0.0.2
Reverse Dependencies 1 direct, 0 indirect [details]
Executables snap
Downloads 3406 total (26 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-11-21 [all 2 reports]

Readme for snap-templates-1.0.0.0

[back to package description]

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.