View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (25 forks)github user discovery
enhancementgood first issuehacktoberfest

Repository metrics

Stars
 (21 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Create a validator for cron expression strings.

Features:

  • Support standard 5-field and extended 6-field (with seconds) cron syntax
  • Validate ranges, steps, lists
  • Provide descriptive error messages for invalid expressions
  • Include AWS EventBridge schedule expression support

Contributor guide