Create README.md

This commit is contained in:
Frode Carlsen 2014-05-30 10:37:16 +02:00
parent 67c88d9b62
commit 826561d089
1 changed files with 8 additions and 0 deletions

8
README.md Normal file
View File

@ -0,0 +1,8 @@
cron
====
Cron expression parser and evaluator. Based on Joda-time
Allows for specifying cron - expressions i unix-format (or Quartz like format) and evaluating when it will next match.
Since it's specified on Joda-time it allows for easy integration into unit testing as well, by adjusting the Joda-time offset.