An open API service indexing awesome lists of open source software.

https://github.com/astynax/elm-crontab-parser

A simple parser for the crontab(5) rules
https://github.com/astynax/elm-crontab-parser

crontab-syntax elm-lang parsing

Last synced: 3 months ago
JSON representation

A simple parser for the crontab(5) rules

Awesome Lists containing this project

README

        

# Crontab rule parser

This is a simple parser for the [crontab(5)](https://www.man7.org/linux/man-pages/man5/crontab.5.html) rules made using the Elm language and the [elm-parser](https://package.elm-lang.org/packages/elm/parser/latest) library.

A live demo available [here](https://astynax.github.io/elm-crontab-parser).