1.0.3 • Published 3 years ago

write-cron-time v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

A library that can read a crontab and return to a user the date and time that each job will run relative to the current time.

Installation

npm i write-cron-time --save

example

import { read } from 'write-cron-time'

const jobTimes = read('./your-crontab')

returns an array of dates and times with each job name.

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago