This is the command eliom-distillery that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
eliom-distillery - Scaffolding for your Eliom-projects.
SYNOPSIS
eliom-distillery -dir
eliom-distillery -name name [ -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.
-name name
The name of project to be generated. Note well, that this must be a valid name for a
compilation unit.
-template template
The template for the project. Currently, basic is the only available template.
-target-directory dir
Generated the project in directory <dir>. name is used by default. eliom-distillery
will create it if it doesn't already exist.
Use eliom-distillery online using onworks.net services