@5app/buslane

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

test

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

spec

nyc mocha ./test/tests/*.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/buslane

Metadata

  • MIT
  • >=12.0.0
  • 5app
  • released 9/7/2022

Downloads