Home > JSLintr

JSLintr

JSLintr is a project mainly written in JAVASCRIPT and SHELL, it's free.

JSLint on V8 command line tool

h1. JSLintr

A command line tool that runs the "JSLint":http://www.jslint.com from the shell using "Google V8":http://code.google.com/apis/v8/intro.html javascript engine.

h2. What can it do?

  • Run jslint without opening a browser
  • Pass jslint on a file or run it recursively on a directory
  • Use a configuration file to specify the options
  • Choose between verbose and concise output

h2. How to...

h3. Build

$ make build

h3. Run

$ bin/jslintr

h3. Run tests

$ make tests
Previous:cms_5thparadigm