0.0.2 • Published 11 years ago

verifyjs v0.0.2

Weekly downloads
30
License
-
Repository
-
Last release
11 years ago

verifyjs

Getting started

###Install with NPM:

npm install verifyjs

Usage

require as module

var verifyjs = require('verifyjs')

set options

var options = {
  port: 8080,
  base: __dirname + "/app",
  dir: "models",
  ignore: ['node_modules', 'test', 'bin', 'scripts', 'vendor', '.git'],
  jshint: {
    "es5": true,
    "maxcomplexity": 5,
    "white": false,
    "sub": true,
    "lastsemic": true
  }
};

initialize with options

verifyjs(options);

Using your browser, open the app's URL at port 8080 (or whichever port you set) to view the results from running JSHint on your specified directory.

0.0.2

11 years ago

0.0.7

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.1

12 years ago