cron

v3.1.7
Cron jobs for your node
cron node cron node-cron schedule scheduler cronjob cron job

build

tsc -b tsconfig.build.json

lint:eslint

eslint src/ tests/ --ext .ts

lint:prettier

prettier ./**/*.{json,md,yml} --check

lint

npm run lint:eslint && npm run lint:prettier

lint:fix

npm run lint:eslint -- --fix && npm run lint:prettier -- --write

test

jest --coverage

test:watch

jest --watch --coverage

test:fuzz

jest --testMatch='**/*.fuzz.ts' --coverage=false --testTimeout=120000

prepare

husky install
npm i cron

Metadata

  • MIT
  • Whatever
  • Nick Campbell
  • released 4/8/2024

Downloads