grunt-package-github
Adds information from Github about this project to package.json
Getting Started
This plugin requires Grunt ~0.4.1
npm install grunt-package-github --save-dev
The "package-github-data" task
Overview
This plugin will add the lastCommitTimestamp and lastCommitSha to the package.json. These are both retrieved from Github using the config below.
Config
This plugin requires a config sections named package-github-data
passed into grunt.initConfig()
.
grunt