DField SolutionsMérnöki stúdió · Budapest
Loading · Töltődik
Skip to content
Category: Clean parsing logic and crisp developer UX

Chronyx

Cron, in plain English.

What it is

Chronyx translates cron expressions into plain English and shows the next run times. A from-scratch parser turns each field into a value set, and the matching logic correctly honours cron's surprising day-of-month/day-of-week OR rule that catches most implementations out. It is a from-scratch, dependency-free build covered by 20 unit tests that you can download and run locally.

A from-scratch cron parser turns each field into a value set; matching honours cron's surprising day-of-month/day-of-week OR rule; 20 unit tests.

What's inside

The full source, the tests, and CI. Open it, read it, change it. A zero-dependency core, free, in the MIT spirit.

Run it after unzip

pnpm install && pnpm dev