streammer

1.1.7 • Public • Published

streammer

Using stream method for reading and writing file into readable string/array.

  • Application:

const stmr = require("streammer") 

data = stmr.read(path,option) // to read as json file from stream method into readable string/array

//your code here   

stmr.write(path,data,option)// to write string/array to json file 

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i streammer

    Weekly Downloads

    2

    Version

    1.1.7

    License

    ISC

    Unpacked Size

    4.19 kB

    Total Files

    3

    Last publish

    Collaborators

    • virgaux