@file-services/memory

v0.4.10
An in-memory, sync/async, file system implementation.

lint

run-p lint:src lint:test

test

run-p test:node test:browser

build

ts-build ./src --cjs --esm

clean

rimraf ./cjs ./esm

prepack

yarn build

lint:src

tslint -p src

lint:test

tslint -p test

test:node

mocha -r @ts-tools/node/r "test/**/*.spec.ts?(x)" --watch-extensions ts,tsx --colors

test:browser

mocha-pup "test/**/*.spec.ts?(x)" -c ../../webpack.config.js
npm i @file-services/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 2/13/2019

Downloads