0.5.0 • Published 10 years ago

grunt-code-fluctuation v0.5.0

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

grunt-code-fluctuation

Show the code fluctuation graph of git repository in brwoser. This plugin is just a toy program.

screenshot.png

Getting Started

This plugin requires Grunt ~0.4.5

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, you may install this plugin with this command:

npm install grunt-code-fluctuation --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-code-fluctuation');

The "code_fluctuation" task

Overview

In your project's Gruntfile, add a section named code_fluctuation to the data object passed into grunt.initConfig().

grunt.initConfig({
  code_fluctuation: {
    options: {
      // Task-specific options go here.
    }
  },
});

Run code_fluctuation task.

$ grunt code_cluctuation

The server start. You can access http://localhost:48897 to view the graph.

$ open http://localhost:48879

You can stop the server to pressing Ctrl+C.

Options

options.processMaxBuffer

Type: Number Default value: 200*1024

The value that is passed to maxBuffer option of child process executing git log.

options.graphMaxY

Type: Number Default value: undefined

The value that is passed to the script rendering a graph on html.

Using library

0.5.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago