#command-line-tool #minecraft #image #tagging #12345 #date #snippets #makefile #23w42

app buildstamp-cli

CLI tool for buildstamp - Returns a buildstamp, like 23W42.12345

3 releases

Uses new Rust 2024

0.4.2 Dec 1, 2025
0.4.1 Dec 1, 2025
0.4.0 Dec 1, 2025

#2431 in Command line utilities

MIT/Apache

13KB
158 lines

buildstamp

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 (CLI)

cargo install buildstamp-cli --locked

As a library

cargo add buildstamp

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

~1.7–2.4MB
~45K SLoC