CV
Back to Projects
Deploy Info

Deploy Info

Deploy Info is an open-source Node.js package published on npm that captures deployment information directly from Git logs, with no external files or dependencies required. It exposes deploy time, commit count, author and committer details, version (from package.json), and the latest Git tag through a simple object API, with a formatted console output for quick auditing.

Node.js
Git
NPM
DevOps
CLI

Key Highlights

  • Zero-dependency package — reads everything from Git logs and package.json, no config files needed
  • Exposes deploy time, commit history, author/committer info, and version via a simple getInfo() API
  • Professional formatted console output for quick auditing, published on npm for the Node.js community