mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Add 'stats' command
Very, very rudimentary frequency analysis of the resume text.
This commit is contained in:
@@ -38,6 +38,7 @@ class Resume extends Application
|
||||
$this->add(new Command\HtmlCommand());
|
||||
$this->add(new Command\PdfCommand());
|
||||
$this->add(new Command\SelfUpdateCommand());
|
||||
$this->add(new Command\StatsCommand());
|
||||
$this->add(new Command\TemplatesCommand());
|
||||
$this->add(new Command\VersionCommand());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user