fs-log

File System implementation of abstract-log. Append only log using files.

Usage no npm install needed!

<script type="module">
  import fsLog from 'https://cdn.skypack.dev/fs-log';
</script>

README

fs-log

File System implementation of abstract-log. Append only log using files.

build status

Installation

This module is installed via npm:

$ npm install fs-log

Example Usage

var fsLog = require('fs-log');