grunt-complexity
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "grunt-complexity", | ||
"description": "Evaluates code maintainability using Halstead and Cyclomatic metrics.", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"homepage": "https://github.com/vigetlabs/grunt-complexity.git", | ||
@@ -6,0 +6,0 @@ "author": { |
# Grunt-Complexity | ||
--- | ||
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/vigetlabs/grunt-complexity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[![Build Status](https://travis-ci.org/vigetlabs/grunt-complexity.svg)](https://travis-ci.org/vigetlabs/grunt-complexity) | ||
--- | ||
A [grunt](http://github.com/gruntjs/grunt/) task that utilizes | ||
@@ -80,7 +86,13 @@ [complexity-report](https://github.com/philbooth/complexityReport.js) | ||
This repo has a submodule, so after you `npm install`, you'll want to `git submodule init` and `git submodule update`. | ||
This repo has a submodule, so after you `npm install`, you'll want to run: | ||
Then, you should `cd test/grunt.0.4` and `npm install`. | ||
```bash | ||
git submodule init | ||
git submodule update | ||
cd test/grunt.0.4 | ||
npm install | ||
cd ... | ||
``` | ||
Tests can be run with `mocha`. | ||
Tests can be run with `npm test`. | ||
@@ -104,1 +116,9 @@ ## License | ||
- Tim Carry ([pixelastic](https://github.com/pixelastic)) | ||
*** | ||
<a href="http://code.viget.com"> | ||
<img src="http://code.viget.com/github-banner.png" alt="Code At Viget"> | ||
</a> | ||
Visit [code.viget.com](http://code.viget.com) to see more projects from [Viget.](https://viget.com) |
Sorry, the diff of this file is not supported yet
368039
110
123