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

Readme

Keywords

Package Sidebar

Install

npm i grunt-gitlog

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • nescalante