panto-transformer-write

0.3.4 • Public • Published

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

/panto-transformer-write/

    Package Sidebar

    Install

    npm i panto-transformer-write

    Weekly Downloads

    12

    Version

    0.3.4

    License

    Apache-2.0

    Last publish

    Collaborators

    • yinyongcom666