#日语 #日本 #github-action #假日

app holidays_jp

holidays_jp 确定日本国定假日。假日的定义基于内阁府提供的 csv 文件。

2 个版本

0.1.2 2023年2月18日
0.1.0 2023年2月18日

#1569命令行工具

MIT 许可证

54KB
1K SLoC

holidays_jp

GitHub Workflow Status GitHub GitHub commit activity GitHub last commit Codacy Badge FOSSA Status

holidays_jp 确定日本假日。日本国定假日的定义基于内阁府提供的此 csv 文件

假日数据每周由 github action 更新一次。因此,假日数据包含在仓库中。因此,此工具可离线使用。如果您的电脑连接到互联网,您可以通过执行以下命令获取最新的日本国定假日数据。

$ cargo run -- -g=true
$ cargo fmt # dont't have to do it

用法

在终端(如 shell 命令)中使用时

# default
$ ./holidays_jp -d 20220101
20220101 is holiday(元日)

# the date format to pass as a arg
$ ./holidays_jp -d 2022/01/01 -f %Y/%m/%d
2022/01/01 is holiday(元日)

# help
$ ./target/release/holidays_jp -h
holidays_jp is determines holiday in Japan

Usage: holidays_jp [OPTIONS]

Options:
  -d, --date <DATE>               a date string, such as 20230211 (%Y%m%d) [default: ]
  -g, --gen <BOOL>                generates a new Japanese national holidays data [possible values: true, false]
  -f, --dateformat <DATE_FORMAT>  Specify the date format to pass as a command line argument [default: %Y%m%d]
  -h, --help                      Print help
  -V, --version                   Print version

许可证

FOSSA Status

依赖关系

~9–22MB
~325K SLoC