maennchen / crontab

Parse Cron Expressions, Compose Cron Expression Strings and Caluclate Execution Dates.
https://hex.pm/packages/crontab
MIT License
91 stars 32 forks source link

Supported cron expressions? #66

Open kenny-evitt opened 4 years ago

kenny-evitt commented 4 years ago

Thanks for this library! It's great!

I'm just curious if there's a specific cron expression reference for Crontab?

Maybe the cron expression section in the cron Wikipedia article is good enough?:

The parser tests are very informative:

An overview of supported expressions would be nice. Are you open to someone adding a docs page? Or adding that info to an existing page?

maennchen commented 4 years ago

@kenny-evitt I‘m definitely open for some more docs.

I tried to find the original resources I used, can‘t find them anymore though.

I think that all details should be in the tests though like you said.