Skip to content

elliotf/connect-gitsha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

connect-gitsha

Add an 'X-Git-SHA' header to each response

Build Status

installation

$ npm install connect-gitsha

usage

Like any other middleware:

var express = require('express')
  , gitsha  = require('connect-gitsha')
;

var app = express();

app.use(gitsha());

Why?

Because it's nice to know what rev of your software is running

requirements

  1. git needs to be in the path of the application user
  2. the working directory needs to be within the git repository

About

Add the application's current git sha as a response header

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published