s3-cached

v2.2.10
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

npx babel src --out-dir lib --copy-files --include-dotfiles --config-file ./.babelrc

build-clean

npm run clean && npm run build

test-simple

nyc mocha "./test/**/*.spec.js"

test

npm run clean && npm run gardener && npm run test-simple

coveralls

node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info

semantic-release

npm run build-clean && npx semantic-release

gardener

node gardener

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

Metadata

  • MIT
  • >= 6.10.3
  • Lukas Siemon
  • released 9/13/2019

Downloads

Maintainers