@rplan/express-middleware

v7.8.1
@rplan/express-middleware ================ This is a collection of reusable express middlewares for logging and error handling.

lint

eslint --ext js,ts src test

test

LOG_LEVEL=debug mocha 'test/**/*.test.*'

build

npm run build:src && npm run build:declarations

clean

rm -rf lib

build:src

babel -d lib src --extensions .js,.ts

typecheck

tsc --noEmit

build:clean

npm run clean && npm run build

build:declarations

tsc --project tsconfig.types.json
npm i @rplan/[email protected]

Metadata

  • MIT
  • >=16
  • Actano GmbH
  • released 9/27/2023

Downloads