Skip to content

New feature and more tests.

Latest
Compare
Choose a tag to compare
@trapcodeio trapcodeio released this 05 Jan 13:01
· 3 commits to main since this release

Thanks to @dkirchhof #19 this package now supports setting multiple days, hours and minutes using an array.

e.g

CronTime.everyHourAt([10, 20, 30])
// will return
10,20,30 * * * *

This led me to write more tests to make sure every function works as expected.
See test.ts for more usage examples.