connect-gitsha

1.0.0 • Public • Published

connect-gitsha

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

installation

$ npm install connect-gitsha

usage

Like any other middleware:

var express = require('express')
  , gitsha  = require('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

Readme

Keywords

none

Package Sidebar

Install

npm i connect-gitsha

Weekly Downloads

8

Version

1.0.0

License

none

Last publish

Collaborators

  • elliotf