Skip to content

Instantly share code, notes, and snippets.

@krak3n
Created June 28, 2013 13:46
Show Gist options
  • Save krak3n/5884788 to your computer and use it in GitHub Desktop.
Save krak3n/5884788 to your computer and use it in GitHub Desktop.
Facio's new CLI interface
Facio
Facio is a project scaffolding tool originally developed for Django and
expanded to be framework agnostic. You can use Facio to bootstrap any sort
of project.
Documentation:
https://facio.readthedocs.org
Usage:
facio <project_name> [--template <path>|--select] [--vars <variables>]
Options:
-h --help Show this help text.
--version Show version.
-t --template <path> Template path, can be repository link
(git+ / hg+) or a template name defined in
~/.facio.cfg.
-s --select Lists templates in ~/.facio.cfg prompting you
to select a template from this list.
--vars <variables> Comma separated key=value pairs of values to be
used in processing templates.
Example:
facio hello_world -t git+git@github.com:you/django.git --vars foo=bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment