Provided by: eliom_3.0.3-4build2_amd64 

NAME
eliom-destillery - Scaffoldings for your Eliom-project.
SYNOPSIS
eliom-destillery -name name [ -template <template> ] [ -destination <destination> ]
DESCRIPTION
This program generates the scaffold for your Eliom application from a template. Currently, it only
supports a very simple template named "basic", but later versions will include more comprehensive
templates!
Please refer to the generated README for more information on how to work with the project
The manual on the web contains more information: http://ocsigen.org/eliom/manual/workflow-destillery.
OPTIONS
-name name
The name of project to be generated. Note well, that this must be a valid name for a compilation
unit in OCaml.
-template template
The template for the project. Currently, basic is the only available template.
-destination destination
The directory where the project should be generated. eliom-destillery will ask to create this
directory if it doesn't already exist.
SEE ALSO
eliomc(1).
AUTHOR
eliom-destillery is part of the Ocsigen-project, and written by Benedikt Becker.
2012-12-06 eliom-destillery(1)