GitHub - hugoj0s3/NaturalCron: Human-readable recurrence expressions for .NET – easier than Cron!
NaturalCron
NaturalCron is a human-readable scheduling engine for .NET. It lets you write schedules in a clear and intuitive way instead of memorizing cryptic cron strings.
Why? Because memorizing 0 18 * * 1-5 is harder than understanding every day between monday and friday at 6:00pm.
Readable schedules reduce mistakes, write expressions that you can understand at a glance.
Note: NaturalCron is not a cron converter. It’s a new expressive syntax for better readability.
💡 Why use NaturalCron?
Rea...
Read more at github.com