file-custodian
v1.2.0
Published
A javaScript library for managing files at different depositories simultaneously.
Readme
File Custodian
File custodian is a javascript library for managing files at different depositories simultaneously.

The context of this library is very simple, a depository is merely a place where files are stored. Each custodian can manage multiple depositories, each of which can have one database to record information of its files and one protector to protect them.
Install using:
npm i file-custodianMake sure to go through the Api Documentation, Testing Documentation and Contributing Documentation to learn more.
