Skip to content

krak3n/Facio

Repository files navigation

Facio

Facio: /ˈfa.ki.oː/ - Latin, meaning to make, do, act, perform, cause, bring about.

Latest PyPI version Number of PyPI downloads Travis build status on Master Branch Latest PyPI version

What is it?

Are you forever creating new projects? Re-creating the same standard cruft over and over? Then Facio may be for you. It allows you to create your standard project skeleton once, then easily create new projects from that standard skeleton as many times as you like.

It can be as simple or as advanced as you need it to be. You can write logic into your skeleton, store it in a git or mercurial repository, or even write hooks to be run before or after your skeleton has been built. You can also have as many templates as you like and quickly reference them by name or pick from a list.

Facio aims to solve your standard project skeleton woes.

facio my_new_project -t django_skeleton

Supports

  • Python 2.6, 2.7, 3.2, 3.3

Features

  • Support for multiple templates
  • Store templates in git or mercurial repositories
  • Add template logic using Jinja2
  • Add extra context-variables to your templates
  • Ability to add before and after hooks called before or after the project is created.
  • Bundled hooks include:
    • Create python virtual environments
    • Run python setup.py install (or develop)
    • Generate Django Secret key for usage in Django settings modules

Documentation

Documentation for Facio can be found on here on Read the Docs.

About

Facio is a project scaffolding tool originally developed for Django and expanded to be framework agnostic.

Resources

License

Stars

Watchers

Forks

Packages

No packages published