Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sassy/jpdate2cron

convert cron format from Date/Time in Japan.
https://github.com/sassy/jpdate2cron

typescript

Last synced: 4 months ago
JSON representation

convert cron format from Date/Time in Japan.

Awesome Lists containing this project

README

        

# jpdate2cron

![jpdate2cron](./doc/jpdate2cron.png)

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

## usage

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

## options

* -V, --version output the version number
* -d, --date specify date
* -t, --time

# develop

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