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

bin+lib buildstamp

Returns a buildstamp, like 23W42.12345

10 releases

0.2.1 Apr 11, 2024
0.2.0 Feb 22, 2024
0.1.7 Feb 22, 2024
0.1.6 Jan 1, 2024
0.1.5 Jul 15, 2023

#120 in Games

Download history 10/week @ 2023-12-29 1/week @ 2024-01-05 138/week @ 2024-02-16 119/week @ 2024-02-23 12/week @ 2024-03-01 2/week @ 2024-03-29 100/week @ 2024-04-05 45/week @ 2024-04-12

147 downloads per month

MIT/Apache

11KB
151 lines

builstamp

Returns a buildstamp, like 23W42.12345

Useful for tagging builds and images.

This replaces my previous snippet with the date command in Makefiles:

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

This is a highly opinionated tool. You might not need it.

Installation

cargo install buildstamp -F cli --locked

Usage

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

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~0.7–1MB
~19K SLoC