1.2.0 • Published 3 years ago

file-custodian v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

File Custodian

File custodian is a javascript library for managing files at different depositories simultaneously.

npm.io

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-custodian

Make sure to go through the Api Documentation, Testing Documentation and Contributing Documentation to learn more.