0.0.4 • Published 10 years ago

grunt-gitlog v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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'
        },
      }
    }
  }
});
0.0.4

10 years ago

0.0.2

10 years ago

0.0.0

10 years ago