s3-cached

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

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-artifact && npm run clean-build && npx semantic-release

clean

rm -rf lib

build

npx babel src --out-dir lib --source-maps inline --copy-files --include-dotfiles

clean-build

npm run clean && npm run build

test-simple

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

gardener

node gardener

build-artifact

npm run clean-build && tar -zxvf $(npm pack) && rm *-0.0.0-development.tgz && cd package && tar -zcvf ../release.tar.gz . && cd .. && rm -rf package

Metadata

  • MIT
  • >= 6.10.3
  • The Author
  • released 5/22/2018

Downloads

Maintainers