All Projects → wcandillon → xqlint

wcandillon / xqlint

Licence: Apache-2.0 license
JSONiq & XQuery Quality Checker

Programming Languages

javascript
184084 projects - #8 most used programming language
XQuery
69 projects

#XQLint NPM version

JSONiq & XQuery Code Quality Tool

XQLint parses XQuery & JSONiq files and returns errors and warnings based on static code analysis. example

Installation

Install Node.js and NPM for your system (Mac, Windows or Linux). And install the command line tool using:

$ npm install xqlint -g

Usage

Lint

$ xqlint lint <path> [-s, --style-check <yes, no>]

result

Print AST as XML

$ xqlint ast <path>

Syntax Highlighting

$ xqlint highlight <path>

Development

If you'd like to hack on xqlint itself:

git clone [email protected]:wcandillon/xqlint.git
cd xqlint
npm install
grunt

Run tests

grunt vows

Generate Parsers

grunt parsers

Who is using this project?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].