8000 GitHub - pma/ex-cron: Cron scheduling library for Elixir
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pma/ex-cron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExCron

Cron schedule generator for Elixir.

Hex.pm Version Hex docs Build Status Inline docs

ExCron is a simple library that will generate the next instance of a cron schedule or all instances within a given date range. The design and implementation of the parser and matcher are inspired by the Quantum library and episodes 161 and 162 of ElixirSips.

ExCron is only meant to work with cron schedules. Repeatex offers similar functionality using natural English expressions.s

Installation

Until the library is ready for release, you will need to add a reference to the github repository to use it:

  1. Add ex_cron to your list of dependencies in mix.exs:

    def deps do [{:ex_cron, github: "codestuffers/ex-cron"}] end

Author

Andrew Benz (@andorbal)

License

ExCron is released under the MIT License. See the LICENSE file for further details.

About

Cron scheduling library for Elixir

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%
0