#build #minecraft #minutes #week #year #stamp #23w42

bin+lib buildstamp

返回一个构建戳记,例如 23W42.12345

10 个版本

0.2.1 2024 年 4 月 11 日
0.2.0 2024 年 2 月 22 日
0.1.7 2024 年 2 月 22 日
0.1.6 2024 年 1 月 1 日
0.1.5 2023 年 7 月 15 日

83游戏

Download history 142/week @ 2024-04-09 2/week @ 2024-04-16

609 每月下载量

MIT/Apache

11KB
151

builstamp

返回一个构建戳记,例如 23W42.12345

用于标记构建和镜像。

这代替了我在 Makefile 中的日期命令的片段

STAMP = $(shell bash -c 'date +%gW%V.%w%H%M')

这是一个高度主观的工具。你可能不需要它。

安装

cargo安装 buildstamp -Fcli --锁定

用法

buildstamp
#=> 23W42
# a short stamp with year and week only
# like Minecraft snapshots

buildstamp minute
#=> 23W42.12345
# has <week day numer><hour><minute> added to it

buildstamp --help
# for more options

许可

许可协议为以下之一

任选其一。

贡献

除非你明确声明,否则你有意提交的任何贡献,按照 Apache-2.0 许可证的定义,应按照上述方式双许可,无需任何额外的条款或条件。

依赖

~0.7–1MB
~19K SLoC