svy

0.0.0 • Public • Published

svy

a savvy file writer for data. can write data in different files and auto-closes unused files.

usage

var svy = require("svy");

var write = svy("path/to/write", { encoding: "utf8", delimiter: "\n" });

write("file.json", JSON.stringify({ hello: 'world' }));

/svy/

    Package Sidebar

    Install

    npm i svy

    Weekly Downloads

    1

    Version

    0.0.0

    License

    Unlicense

    Unpacked Size

    2.93 kB

    Total Files

    3

    Last publish

    Collaborators

    • yetzt