# crontab **Repository Path**: tercero/crontab ## Basic Information - **Project Name**: crontab - **Description**: erlang 内部 crontab - **Primary Language**: Erlang - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-30 - **Last Updated**: 2023-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # crontab #### 介绍 Erlang 内部仿 crontab 调用。 #### 使用说明 rebar3 deps 添加,参考 man 5 crontab 填写 \config\main.crontab 文件。 ```erlang {deps, [ {crontab, ".*", {git, "https://gitee.com/tercero/crontab.git", {tag, "v1.1"}}} ] }. ```