Skip to content

Instantly share code, notes, and snippets.

@milksense
Created July 20, 2025 22:57
Show Gist options
  • Save milksense/991f56354e36e3af456dfe2c5e68275d to your computer and use it in GitHub Desktop.
Save milksense/991f56354e36e3af456dfe2c5e68275d to your computer and use it in GitHub Desktop.
TypeScript project utils for build phase
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