@civic/storage

v0.1.5
The storage adapter system allows different pieces of functionality to be composable together to make storing complex data easier.

lint

eslint -c .eslintrc.js '{src,test}/**/*.ts'

test

yarn test:mocha

build

tsc -b tsconfig-build.json

lint:fix

eslint -c .eslintrc.js --fix '{src,test}/**/*.ts'

test:mocha

STAGE=${STAGE:-local} FORCE_COLOR=1 LOG_LEVEL=error LOCAL=true nyc --reporter=text --reporter=html ts-mocha --timeout 20000 --paths 'test/mocha/**/*.ts'

test:watch

ts-mocha --paths 'test/**/*.ts' -w --watch-files '**/**/*.ts'
npm i @civic/[email protected]

Metadata

  • Unknown
  • >=14.15.0
  • Unknown
  • released 8/25/2022

Downloads