reference to companion command-line utility

This commit is contained in:
gorhill 2013-08-31 14:57:24 -04:00
parent 68fd2b282b
commit dc9d12775f
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ In another project, I decided to use cron expression syntax to encode scheduling
The time-matching algorithm in this implementation is efficient, it avoids as much as possible to guess the next matching time stamp, a common technique seen in a number of implementations out there.
There is also a companion command-line utility to evaluate cron time expressions: <https://github.com/gorhill/cronexprdo>.
Implementation
--------------
The reference documentation for this implementation is found at