Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.06 KB

Crontab

GitHub license Build Status Hex.pm Version InchCI Coverage 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.