rattail.projects.rattail

Generator for ‘rattail’ projects

class rattail.projects.rattail.RattailProjectGenerator(config, **kwargs)[source]

Generator for “generic” Rattail projects

generate_project(output, context, **kwargs)[source]

Generate a new project to the given output folder, with the given context data.

Parameters:
  • output – Path to output folder. This path should already exist.

  • context – Dictionary of template context data.