Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pdehaan/gulp-protector


https://github.com/pdehaan/gulp-protector

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

```
var gulp = require('gulp');
var protector = require('gulp-protector');

protector(gulp);

gulp.task('...', function () {
// ...
});
```