smithers-cron

Solid

Manage and run background schedule triggers. Run `smithers cron --help` for usage details.

AI & Automation 339 stars 44 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
34
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# smithers cron add Register a new workflow cron schedule. ## Arguments | Name | Type | Required | Description | |------|------|----------|-------------| | `pattern` | `string` | yes | Cron execution pattern (e.g. '0 * * * *') | | `workflowPath` | `string` | yes | Path or ID of the workflow to schedule | --- # smithers cron list List all registered background cron schedules. --- # smithers cron rm Delete an existing cron schedule by ID. ## Arguments | Name | Type | Required | Description | |------|------|----------|-------------| | `cronId` | `string` | yes | Cron ID to delete | --- # smithers cron start Start the background scheduler loop in the current terminal.

Details

Author
smithersai
Repository
smithersai/smithers
Created
6 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category