brogrammers_storage
v2.3.2
Published
Downloads
3
Readme
Brogrammers-Storage
Getting started
look at test.js file there is some example of usage
const Storage = require('storage');
const root_directory_path = __dirname + "/storage"; // the main directory to read and write
const storage = new Storage({root:root_directory_path});