logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

eliom-distillery - Scaffolding for your Eliom-projects.

Author

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

                                                   2012-12-17                                eliom-distillery(1)

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.

Name

       eliom-distillery - Scaffolding for your Eliom-projects.

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.

See Also

eliomc(1).

Synopsis

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

See Also