Configure Templates
Configure the templates so that they run in your environment.
You will need to configure the templates for your environment. You will need to modify the values of the tags TemplateRoot and OutputPath to match your environment.
The value of TemplateRoot should be the location of the monstarillo-templates folder that was created when you cloned the repository. TemplateRoot + tutorial-database-documenter/table.tmpl should point to the table.tmpl in your cloned repository.
The value of OutputPath should point to the location of the folder you want to have the generated code placed in. It can be any valid path on your machine. The markdown files we generate will be placed in a folder named tables in the location of the OutputPath you set.