Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcellodesales/gulp-nsp
https://github.com/marcellodesales/gulp-nsp
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcellodesales/gulp-nsp
- Owner: marcellodesales
- License: mit
- Created: 2014-11-26T18:36:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-11T18:46:25.000Z (over 10 years ago)
- Last Synced: 2023-03-12T09:54:09.613Z (almost 2 years ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- 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