@file-services/memory

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

lint

run-p lint:src lint:test

test

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

build

run-p build:cjs build:esm

clean

rimraf ./cjs ./esm

lint:src

tslint -p src

build:cjs

tsc -p src --outDir cjs --module commonjs

build:esm

tsc -p src --outDir esm --module esnext

lint:test

tslint -p test
npm i @file-services/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 10/21/2018

Downloads

Maintainers