mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
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:
@@ -14,6 +14,8 @@ use Resume\Command;
|
||||
class Resume extends Application
|
||||
{
|
||||
|
||||
public $defaultTemplate = 'modern';
|
||||
|
||||
public $recentCaseLimit = 10;
|
||||
|
||||
public function initialize($templatePath, $consoleTemplatePath, $project)
|
||||
|
||||
Reference in New Issue
Block a user