Add initial html command processing

This command is going to be quite similar to the pdf command, and we’ll
need to abstract and extend this soon.
This commit is contained in:
Craig Davis
2014-01-12 09:55:31 -07:00
parent 8f43dc5c29
commit 842fae2b6f
4 changed files with 71 additions and 4 deletions

View File

@@ -14,6 +14,8 @@ use Resume\Command;
class Resume extends Application
{
public $defaultTemplate = 'modern';
public $recentCaseLimit = 10;
public function initialize($templatePath, $consoleTemplatePath, $project)