CronParser

module
v0.0.0-...-17041c3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2021 License: Apache-2.0

README

CronParser

codecov CircleCI Go Report Card

Requirements

Installation

go get -u github.com/Armatorix/CronParser/cmd/cronparser

REMAMBER to add the $GOPATH/bin to the $PATH environment variable

Build from sources

make build

Test

make test

Example run

$ cronparser "37 21 */2 3-7,10-12 */2,3 /usr/bin/time"
minute         37
hour           21
day of month   1 3 5 7 9 11 13 15 17 19 21 23 25 27 29 31
month          3 4 5 6 7 10 11 12
day of week    0 2 3 4 6
command        /usr/bin/time

Directories

Path Synopsis
cmd
cronparser command
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL