Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcellodesales/gulp-nsp


https://github.com/marcellodesales/gulp-nsp

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# gulp-nodeunit-runner
[![NPM version][npm-image]][npm-url] [![Dependency Status][depstat-image]][depstat-url]

> nsp plugin for [gulp](https://github.com/wearefractal/gulp)

## Usage

First, install `gulp-nsp` as a development dependency:

```shell
npm install --save-dev gulp-nsp
```

Then, add it to your `gulpfile.js`:

```javascript
var nsp = require("gulp-nsp");

gulp.src()
.pipe(nsp());
```

## License

[MIT License](http://en.wikipedia.org/wiki/MIT_License)

[npm-url]: https://npmjs.org/package/gulp-nodeunit-runner
[npm-image]: https://badge.fury.io/js/gulp-nodeunit-runner.png

[depstat-url]: https://david-dm.org/baer/gulp-nodeunit-runner
[depstat-image]: https://david-dm.org/baer/gulp-nodeunit-runner.png