@genie-solutions/sqs-toolbelt

v2.1.0
Toolbelt for creating SQS providers and consumers

type-check

tsc --noEmit

type-check:watch

npm run type-check -- --watch

build

npm run build:types && npm run build:js

build:types

tsc --emitDeclarationOnly

build:js

babel src --out-dir lib --extensions ".ts,.tsx" --source-maps inline

bundle

webpack

clean

rm -rf lib && rm -rf _bundles

test

jest

test:watch

jest --watch

lint

eslint .

prepare

npm run clean && npm run build && npm run bundle

prepublishOnly

npm run test && npm run lint

preversion

npm run test && npm run lint

postversion

git push && git push --tags
npm i @genie-solutions/sqs-toolbelt

Metadata

  • ISC
  • Whatever
  • Daniel Pedroso
  • released 1/13/2022

Downloads