# @sbzen/cron-core

> Typescript-based library for servicing cron widgets

Latest version **2.0.3** (published 2024-06-02) · MIT license · 4.1K weekly downloads

## Install

```sh
npm install @sbzen/cron-core
pnpm add @sbzen/cron-core
yarn add @sbzen/cron-core
bun add @sbzen/cron-core
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.3 |
| Published | 2024-06-02 |
| First published | 2019-11-09 |
| Weekly downloads | 4.1K |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 103.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Serhii Bzenko |
| Maintainers | bzenkosergey |
| Keywords | cron, quartz, cron builder, cron generator, quartz cron |

## Links

- npm: https://www.npmjs.com/package/@sbzen/cron-core
- Repository: https://github.com/ua-cron/core
- Homepage: https://github.com/ua-cron/core#readme
- Issues: https://github.com/ua-cron/core/issues
- npm.io page: https://npm.io/package/@sbzen/cron-core

## Recent versions

- 2.0.3 (latest) — 2024-06-02
- 2.0.3-alpha.1717333830774 (alpha) — 2024-06-02
- 1.0.6-beta.1625325505530 (beta) — 2021-07-03
- 2.0.2 — 2023-01-05
- 2.0.2-alpha.1672776139935 — 2023-01-03
- 2.0.2-alpha.1672776015584 — 2023-01-03
- 2.0.1-alpha.1672775828598 — 2023-01-03
- 2.0.1 — 2022-08-21
- 2.0.1-alpha.1661111700676 — 2022-08-21
- 2.0.0-alpha.1660719287388 — 2022-08-17
- 2.0.0-alpha.1660689033621 — 2022-08-16
- 2.0.0 — 2022-08-16
- 2.0.0-alpha.1660688812892 — 2022-08-16
- 2.0.0-alpha.1660686985235 — 2022-08-16
- 2.0.0-alpha.1660480017312 — 2022-08-14
- … 23 more at https://npm.io/package/@sbzen/cron-core/versions

## README

[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct-single.svg)](https://vshymanskyy.github.io/StandWithUkraine)

# Cron core library
<a href="https://badge.fury.io/js/%40sbzen%2Fcron-core">
  <img
    src="https://badge.fury.io/js/%40sbzen%2Fcron-core.svg"
    alt="npm version">
</a>
<a href="https://npmjs.org/%40sbzen%2Fcron-core">
  <img
    src="https://img.shields.io/npm/dm/%40sbzen%2Fcron-core.svg"
    alt="npm downloads">
</a>

Typescript-based library for servicing cron widgets.

## Installation
You can use either the npm or yarn command-line tool to install packages.
```
npm install --save @sbzen/cron-core
```

---
_Source: https://npm.io/package/@sbzen/cron-core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
