Skip to content

ksankaran/hapi-git-repo-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hapi-git-repo-info

Get git repo information like current branch, last committer, etc.

Add to manifest.json

{ "plugin": { "register": "hapi-info" } }

Add to plugins

await server.register({
        plugin: require('hapi-git-repo-info')
});

Using manifest glue manually

Copy the index.js file to your repo and perform the below action

manifest.register.plugins.push({
  plugin: require("./plugins/hapi-branch")
});

About

Get git repo information like current branch, last committer, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published