Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 436 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 436 Bytes

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