snap-templates: Scaffolding CLI for the Snap Framework

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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

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]

Properties

Versions 1.0.0.0, 1.0.0.1, 1.0.0.1, 1.0.0.2
Change log None available
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.13), 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
Category Web, Snap
Home page http://snapframework.com/
Source repo head: git clone https://github.com/snapframework/snap-templates.git
Uploaded by DougBeardsley at 2018-01-01T23:46:06Z

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for snap-templates-1.0.0.1

[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.