grunt-gitlog

0.0.4 • Public • Published

grunt-gitlog

Git log to json

Getting Started

If you haven't used grunt before, be sure to check out the Getting Started guide, as it explains how to create a gruntfile as well as install and use grunt plugins. Once you're familiar with that process, install this plugin with this command:

$ npm install --save-dev grunt-gitlog

Example

grunt.initConfig({
  gitlog: {
      build: {
        dest: 'test.json',
        options: {
          parameters: {
            
          },
          query: 'HEAD'
        },
      }
    }
  }
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    6
  • 0.0.2
    2
  • 0.0.0
    1

Package Sidebar

Install

npm i grunt-gitlog

Weekly Downloads

2

Version

0.0.4

License

MIT

Last publish

Collaborators

  • nescalante