s3-cached

v5.0.0
S3 File Access Abstraction providing Memory and Disk Caching Layer
s3 aws cache memory-cache disk-cache files storage cloud

clean

rm -rf lib

build

cp -rf ./src ./lib

build-clean

yarn run clean && yarn run build

test-simple

c8 mocha --experimental-loader=./test/hot.js "./test/**/*.spec.js"

test

yarn run clean && yarn run gardener && yarn run test-simple

semantic-release

yarn run build-clean && npx semantic-release

gardener

node gardener.js

docker

docker run --net host -u`id -u`:`id -g` -v $(pwd):/user/project -v ~/.aws:/user/.aws -v ~/.npmrc:/user/.npmrc -w /user/project -it --entrypoint /bin/bash

t

yarn test

ts

yarn run test-simple

tsv

yarn run test-simple --verbose

u

yarn upgrade --latest --force

i

yarn install --frozen-lockfile

it

yarn run i && yarn run t

Metadata

  • MIT
  • >= 12
  • Lukas Siemon
  • released 7/27/2023

Downloads

Maintainers