cron-to-quartz
Version:
Node.js JavaScript library to convert unix or linux CRON syntax to Quartz Scheduler
19 lines (12 loc) • 632 B
Markdown
# Architecture
## Overview
cron-to-quartz package description: Node.js JavaScript library to convert unix or linux CRON syntax to Quartz Scheduler.
## Repository Structure
- `package.json` - root package scripts and dependency metadata.
- `.changeset/` - Changesets configuration and pending release notes.
- `docs/` - project documentation for maintainers and coding agents.
## Boundaries
- Keep user-facing usage, installation, and examples in the root `README.md`.
- Keep contribution rules in `CONTRIBUTING.md`.
- Keep release workflow details in `RELEASE.md`.
- Keep deeper development and architecture notes in `docs/`.