cron-to-quartz
Version:
Node.js JavaScript library to convert unix or linux CRON syntax to Quartz Scheduler
21 lines (12 loc) • 332 B
Markdown
# Development
## Prerequisites
- Node.js compatible with this repository's packages and tooling.
- yarn for dependency installation and scripts.
## Setup
```sh
yarn install
```
## Common Commands
- `pnpm test` - runs the test suite.
## Repository Notes
This repository is organized around the root package `cron-to-quartz`.