lifion-aws-event-stream

v1.0.2
Node.js parser for the application/vnd.amazon.eventstream content-type.
aws aws-event-stream cloud content-type event-stream node parser stream

build-docs

jsdoc2md -t ./templates/README.hbs ./lib/*.js > ./README.md && git add ./README.md

build-docs-watch

npm-watch build-docs

eslint

eslint . --ext .js,.json --cache

format

prettier --write '**/*.{md,js,json}' '!reports/**/*.{js,json}'

jest

JEST_JUNIT_OUTPUT=./reports/junit/js-test-results.xml jest

jest-watch

npm run jest -- --watch --coverageReporters=html

lint

eslint . --ext .js,.json --format junit -o ./reports/junit/js-lint-results.xml

prepare

check-engines

test

npm run jest -- --ci --runInBand && codecov

version

auto-changelog -p && git add CHANGELOG.md

Metadata

  • MIT
  • >=10.0.0
  • Edgardo Avilés
  • released 2/27/2019

Downloads