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

https://github.com/wallabyjs/wallaby-gulp-adapter

Adapter from gulp plugin to wallaby.js preprocessor
https://github.com/wallabyjs/wallaby-gulp-adapter

Last synced: 4 months ago
JSON representation

Adapter from gulp plugin to wallaby.js preprocessor

Awesome Lists containing this project

README

        

# wallaby-gulp-adapter
Adapter from gulp plugin to wallaby.js preprocessor

# Installation
```
npm install --save-dev
```

# Usage example

In your wallaby.js

``` JavaScript
preprocessors: {
'app/**/*.ts': require('wallaby-gulp-adapter')(require('gulp-inline-ng2-template')({base: 'app', target: 'es5'}))
},
```