abq

0.1.10 • Public • Published

node-abq Build Status

A(ppend) B(uffer) (in) Q(uery)

Append data to a file in query.

Install

npm i abq --save

Usage

var abq = require('abq')({file:'/var/log/w.log'});
abq('msg1');
abq(new Buffer('msg2'));

Readme

Keywords

Package Sidebar

Install

npm i abq

Weekly Downloads

6

Version

0.1.10

License

MIT

Last publish

Collaborators

  • bacra