@emeralt/storage-localfs
v0.13.0
Published
Emeralt storage plugin to store package tarballs in local filesystem
Readme
@emeralt/storage-localfs
Emeralt storage plugin to store package tarballs in local filesystem
Install
Using npm:
npm install @emeralt/storage-localfsor using yarn:
yarn add @emeralt/storage-localfsUsage
new EmeraltStorageLocalFS(options)Options
type Options = {
// path where to store tarballs
path: string
}