SYNOPSIS

eliom-distillery -dir

eliom-distillery -namename [ -template<template> ] [ -target-directory<dir> ]

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

OPTIONS

-dir

Display the directory where templates are installed.

-namename

The name of project to be generated. Note well, that this must be a valid name for a compilation unit.

-templatetemplate

The template for the project. Currently, basic is the only available template.

-target-directorydir

Generated the project in directory <dir>. name is used by default. eliom-distillery will create it if it doesn't already exist.

RELATED TO eliom-distillery…

AUTHOR

eliom-distillery is part of the Ocsigen-project, and written by Benedikt Becker.