Created
July 20, 2025 22:57
-
-
Save milksense/991f56354e36e3af456dfe2c5e68275d to your computer and use it in GitHub Desktop.
TypeScript project utils for build phase
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const version = await $`git describe --tags --always`.text(); | |
const buildTime = new Date().toISOString(); | |
const gitCommit = await $`git rev-parse HEAD`.text(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment