https://github.com/marcellodesales/gulp-nsp
https://github.com/marcellodesales/gulp-nsp
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcellodesales/gulp-nsp
- Owner: marcellodesales
- License: mit
- Created: 2014-11-26T18:36:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-11T18:46:25.000Z (almost 11 years ago)
- Last Synced: 2025-02-03T10:46:22.939Z (5 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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