Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Latest commit

 

History

History

emeralt-storage-localfs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@emeralt/storage-localfs

Emeralt storage plugin to store package tarballs in local filesystem

Install

Using npm:

npm install @emeralt/storage-localfs

or using yarn:

yarn add @emeralt/storage-localfs

Usage

new EmeraltStorageLocalFS(options)

Options

type Options = {
  // path where to store tarballs
  path: string
}