ulmo-map

0.1.0 • Public • Published

ulmo-map

Create Transform streams to perform simple mapping.

const read = require("fs").createReadStream;
const map = require("ulmo-map");

// read file.txt and apply transformation to uppercase all strings
read("file.txt", {encoding: "utf8"})
    .pipe(map(a => a.toUpperCase()));
}

Readme

Keywords

none

Package Sidebar

Install

npm i ulmo-map

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • rremer