Differences between revisions 6 and 7
Revision 6 as of 2013-08-29 20:19:15
Size: 1681
Comment:
Revision 7 as of 2013-08-29 20:22:07
Size: 1881
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
   * specific feature : pre, post [[http://mrbob.readthedocs.org/en/latest/templateauthor.html#hooks|hooks]]
Line 24: Line 25:
   * specific feature : standalone file executable directly with python -c "$(curl ...)"

Skeleton Builder Tools

A skeleton builder tools are tools that takes a directory skeleton, copies over its directory structure to a target folder and can use a templating engine to dynamically generate the files.

Keywords : skleton, scaffolding…

More informations :

  • mr.bob :
    • use Jinja2 template engine
    • config file is in ini format
    • specific feature : pre, post hooks

  • Cookiecutter :
    • use Jinja2 template engine
    • config file is in json format
  • Echafaudage :
    • use tempita template engine

    • config file is in json format
    • specific feature : standalone file executable directly with python -c "$(curl ...)"

Limited to package creation

Framework specific

SkeletonBuilderTools (last edited 2021-04-06 09:22:20 by ProfMilki)

Unable to edit the page? See the FrontPage for instructions.