1.0.0 ā€¢ Published 6 years ago

@fem/local-storage v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

@fem/local-storage

šŸ“¦ File system storage plugin for fem

CircleCI Backers on Open Collective Sponsors on Open Collective Gitter chat dependencies Status Known Vulnerabilities codecov

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.