# cron-helper **Repository Path**: xrlnewman/cron-helper ## Basic Information - **Project Name**: cron-helper - **Description**: Cron 表达式助手 - 解析 + 预测下 N 次执行时间 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-28 - **Last Updated**: 2026-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cron Helper Cron 表达式助手 / 解析器。 ## 功能 - 输入 cron 表达式 (`* * * * *` 或 6 段 `* * * * * *`) - 解释每段含义 - 预测下 N 次执行时间 - 常见预设:每分钟、每小时、每天、工作日、月底... - 计算两次之间间隔 ```bash npm install && npm start ``` MIT © xrlnewman