Skip to content

pantojs/panto-transformer-write

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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