package
0.2.0
Repository: https://github.com/zjeremiah/task-tools.git
Documentation: pkg.go.dev

# README

Backloader Taskmaster

Used for creating one or more tasks of a particular type for backloading over a period of time.

simplest usage:

go build
./backloader -t=task-type 

common usage:

./backloader -t="task-type" -template="{yyyy}-{mm}-{dd}T{hh}:00" -from="2017-01-01T00" -to="2017-02-01T00"

Note: the 'to' date is inclusive

To see all options do:

./backloader -help