Back to home@uckkk

dsh-cron

@{name=dsh-cron; version=0.1.0; description=Cron 解析:解析 5 字段 cron 表达式,返回人类可读描述与接下来 N 次执行时间; type=module; main=lib/index.js; exports=; files=System.Object[]; dsh=; keywords=System.Object[]; author=istone <ad571@qq.com>; license=MIT; peerDependencies=}.description

Stars
0
Language
JavaScript
Created
Aug 16, 2026
Updated
Aug 17, 2026
GitHub repo

Introduction

dsh-cron · Cron 解析:解析 5 字段 cron 表达式,返回人类可读描述与接下来 N 次执行时间

npm GitHub License: MIT

Cron 解析:解析 5 字段 cron 表达式,返回人类可读描述与接下来 N 次执行时间。纯 Node 实现,零第三方运行时依赖,peer-only 依赖(随 DSH 宿主加载)。 Cron 解析:解析 5 字段 cron 表达式,返回人类可读描述与接下来 N 次执行时间 — a DeepSeek Harness (dsh) plugin. Pure Node, zero runtime dependencies.

工具 Tools

  • cron_parse

安装 Install

dsh plugin --profile web add dsh-cron
# 或任意 profile:dsh plugin --profile <name> add dsh-cron

License

MIT © istone