simplehashlog

0.0.2 • Public • Published

Simplehashlog

Running log file that checks integrity on each write.
\r\n delimited text lines, for instructions to update an optional state machine.

const writer = require('simplehashlog')
writer.write('mylog.tx')  // Establish log
writer.write('mylog.tx', 'some text, sql command?  Could be anything.  Hash is updated in file.')

From command line

$ node simplehashlog hash ""
$ node simplehashlog write mylog.tx "hey there"

Readme

Keywords

none

Package Sidebar

Install

npm i simplehashlog

Weekly Downloads

2

Version

0.0.2

License

none

Unpacked Size

2.1 kB

Total Files

5

Last publish

Collaborators

  • digital_planets