Crontab

GitHub licenseBuild StatusHex.pm VersionInchCICoverage Status

Parse Cron Format Strings, Write Cron Format Strings and Calculate Execution Dates.

Installation

  1. Add crontab to your list of dependencies in mix.exs:
def deps do
  [{:crontab, "~> 1.1.2"}]
end
  1. Ensure crontab is started before your application:
def application do
  [applications: [:crontab]]
end

Usage

Please look into the Documentation for usage examples.