@fem/local-storage
v1.0.0
Published
local storage implementation
Downloads
3
Readme
@fem/local-storage
📦 File system storage plugin for fem
This package is already built-in in fem
npm install @fem/local-storage
API
LocalDatabase
The main object that handle a JSON database the private packages.
Constructor
new LocalDatabase(config, logger);
- config: A fem configuration instance.
- logger: A logger instance
LocalFS
A class that handle an package instance in the File System
new LocalFS(packageStoragePath, logger);
License
fem is MIT licensed.