Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.41 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.41 KB

panto-transformer-write

NPM version Downloads Build Status Dependency status Dev Dependency status Coverage Status

Write transformer for panto.

This should be in the final stream, chainning it is not suggested!

panto.loadTransformer('write');

panto.$('**/*.js').read().write({
    destname: file => file.filename
});

options

  • destname: function|string