/npm-vinyl-fs

Typings for vinyl-fs

MIT LicenseMIT

Typed vinyl-fs

Greenkeeper badge Build Status

Typescript Typings for vinyl-fs.

Installation

typings install --save vinyl-fs

Usage

import * as vfs from 'vinyl-fs';

vfs.src(['./js/**/*.js', '!./js/vendor/*.js'])
  .pipe(vfs.dest('./output'));

More examples

Contributing

You can run them the tests with npm run build and npm run test.


Based on typings by vvakame