esvalidate

0.1.3 • Public • Published

Build Status Dependencies devDependencies

ESValidate

A command line interface and npm package for ESValidate - a JavaScript validator using Esprima.

Install

To use esvalidate from any location (for npm v1.x) you need to install using the global (-g) flag.

npm install -g esvalidate

Usage

esvalidate -h

You can also require ESValidate itself as a module.

var esvalidate = require('esvalidate');

Note: If you are using npm v1.x be sure to install esvalidate locally (without the -g flag) or link it globally.

Text Editor Plugins

Custom Reporters

Specify a custom formatter module (see formats/junit.js).

--formatter path/to/format.js

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.3
    97
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.3
    97
  • 0.1.2
    1
  • 0.1.1
    1
  • 0.1.0
    1
  • 0.0.2
    1

Package Sidebar

Install

npm i esvalidate

Weekly Downloads

101

Version

0.1.3

License

none

Last publish

Collaborators

  • duereg