wallaby-vinyl-adapter

0.0.3 • Public • Published

wallaby-vinyl-adapter

This simple vinyl adapter will allow you to use gulp/vinyl plugins with wallaby.js.

This is early in development, so any issues and pull requests are greatly appreciate.

USAGE

The adapter takes in a gulp/vinyl plugin and returns function(file, done). Just pass in the options like you would in gulp.

var header = require('gulp-header');
var vinylAdapter = require('wallaby-vinyl-adapter');

var partialConfig = {
  preprocessors: {
    "src/**/*.js": vinylAdapter(header("// This comment will go on top of all js files"));
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i wallaby-vinyl-adapter

Weekly Downloads

1

Version

0.0.3

License

ISC

Last publish

Collaborators

  • jeffling