Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcandillon/grunt-xqlint
Grunt task for XQLint
https://github.com/wcandillon/grunt-xqlint
Last synced: about 1 month ago
JSON representation
Grunt task for XQLint
- Host: GitHub
- URL: https://github.com/wcandillon/grunt-xqlint
- Owner: wcandillon
- License: apache-2.0
- Created: 2014-03-23T14:22:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T10:38:13.000Z (almost 9 years ago)
- Last Synced: 2024-11-15T20:06:31.441Z (about 1 month ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#grunt-xqlint
[![Build Status](http://img.shields.io/travis/wcandillon/grunt-xqlint/master.svg?style=flat)](https://travis-ci.org/wcandillon/grunt-xqlint) [![NPM version](http://img.shields.io/npm/v/grunt-xqlint.svg?style=flat)](http://badge.fury.io/js/grunt-xqlint) [![Code Climate](http://img.shields.io/codeclimate/github/wcandillon/grunt-xqlint.svg?style=flat)](https://codeclimate.com/github/wcandillon/grunt-xqlint)Grunt task for [XQLint](http://github.com/wcandillon/xqlint)
## Example
```javascript
grunt.initConfig({
xqlint: {
options: {
src: ['/path/to/queries/**/*.xq']
},
dist: {}
}
});
```