@5app/buslane

v3.2.0
buslane is a cross-service and transparent object.method proxy, using an rpc-lite json/http1 transport.
rpc http object proxy

test

npm run integrationCoverage && (nyc report --reporter=text-lcov | coveralls)

integrationCoverage

NODE_ENV=test nyc node ./test/runner.js

integration

NODE_ENV=test node ./test/runner.js

dockerTest

docker build -t buslane . && docker run buslane sh -c "npm run integration"

semantic-release

semantic-release

spec

NODE_ENV=test nyc node ./test/runner.js

lint

eslint .

lint-diff

LIST=`git diff-index --name-only HEAD | grep '.*\.js$';`; if [ "$LIST" ]; then eslint $LIST; fi

precommit-msg

echo 'Running pre-commit checks... (skip using --no-verify)' && exit 0
npm i @5app/[email protected]

Metadata

  • MIT
  • Whatever
  • 5app
  • released 5/7/2020

Downloads