Add 'stats' command

Very, very rudimentary frequency analysis of the resume text.
This commit is contained in:
Craig Davis
2014-01-12 20:32:21 -07:00
parent 9ebc5d669a
commit 483c262619
5 changed files with 123 additions and 0 deletions

View File

@@ -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());