Cron to human translator
transform humanize time to ms
Convert millisecond durations to English and many other languages.
Humanize a URL: `https://sindresorhus.com` → `sindresorhus.com`
TypeScript definitions for humanize-duration
Convert a camelized/dasherized/underscored string into a humanized one: `fooBar-Baz_Faz` → `Foo bar baz faz`
Javascript string formatter for human readability
Node.js library for parsing crontab instructions
Humanize a number (1000000 -> 1,000,000)
Comma delimit an array for human readability, the Oxford comma is optional.
Cron jobs for your node
A simple utility library for making the web more humane.
A Lightweight Task Scheduler for Node.js
Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.
transfer humanize size to byte
A zero-dependency cron parser and scheduler for Node.js, Deno and the browser.
TypeScript definitions for node-cron
TypeScript definitions for humanize-plus
Convert cron expressions into human readable descriptions
Validates cron expressions
cron-validate is a cron-expression validator written in TypeScript.
A React cron editor with antd inspired by jqCron
Transforms the input into a human friendly string.
A cron-like and not-cron-like job scheduler for Node.
Ruby library that converts cron expressions into human readable strings
translate cron entries into human readable form
A Ruby gem that takes a cron schedule string and converts it into a human-readable time description.
Converts a human-readable time (e.g. 10:15 daily) into a cron format (e,g, 15 10 * * *)
hron (human-readable cron) is a scheduling expression language that is designed to be easy to read, write, and understand. It is a superset of cron, meaning any valid cron expression can be converted to and from hron.
Parse standard 5-field cron expressions and calculate next/previous occurrences, match times against patterns, and generate human-readable descriptions.
A builder DSL for generating cron intervals using a human readable English syntax
Cronify parses human-friendly schedule descriptions (e.g. 'every weekday at 9am', 'first Monday of each month') into standard cron strings and next-occurrence timestamps. Designed for SaaS apps where users configure their own recurring schedules, with output compatible with Sidekiq, Whenever, and similar tools.