markdownclerk.clerks.project module

clerks.project

Generate the markdown files for a project.

copyright:
  1. 2016 by John P. Neumann.
license:

MIT, see LICENSE for more details.

markdownclerk.clerks.project.generate_project_daily(location, template_file, settings_file)[source]

Generate a new file for each day of the project.

Parameters:
  • location (str) – The location for the project structure.
  • template_file (str) – The template file to use for the generation.
  • settings_file (str) – The settings file to use for the markdown.
Returns:

Status code of success or failure. Anything except 0 is a failure.

Return type:

int