Crates.io | buildstamp |
lib.rs | buildstamp |
version | 0.2.1 |
source | src |
created_at | 2023-07-04 23:33:44.124113 |
updated_at | 2024-04-11 07:56:34.92416 |
description | Returns a buildstamp, like `23W42.12345` |
homepage | https://github.com/asaaki/buildstamp |
repository | https://github.com/asaaki/buildstamp |
max_upload_size | |
id | 908383 |
size | 29,175 |
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.
cargo install buildstamp -F cli --locked
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
Licensed under either of
at your option.
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.