/jpdate2cron

convert cron format from Date/Time in Japan.

Primary LanguageJavaScriptMIT LicenseMIT

jpdate2cron

jpdate2cron

CLI tool. convert cron format from Date/Time in Japan.

usage

$ jpdate2cron -d 2020/08/01 -t 11:11

options

  • -V, --version output the version number
  • -d, --date specify date
  • -t, --time specify time
  • -h, --help display help for command

develop

$ yarn install
$ yarn ts-node src/main -d 2020/08/01 -t 11:11