Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sassy/jpdate2cron
- Owner: sassy
- License: mit
- Created: 2020-07-27T01:28:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T20:14:19.000Z (4 months ago)
- Last Synced: 2024-10-25T05:31:12.974Z (4 months ago)
- Topics: typescript
- Language: JavaScript
- Homepage:
- Size: 530 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```