inversify-express-utils

v6.4.6
Some utilities for the development of express applications with Inversify
InversifyJS express

test

jest

build

npm run build:lib && npm run build:es && npm run build:es6

clean

rm -r es es6 lib

update

updates --update --minor && (git diff-files --quiet package.json || (rimraf package-lock.json node_modules && npm install))

pretest

eslint ./

build:es

tsc -p src/tsconfig-es.json

build:es6

tsc -p src/tsconfig-es6.json

build:lib

tsc -p src/tsconfig.json

postupdate

git diff-files --quiet package-lock.json || npm test

prepublish

publish-please guard

test:watch

jest --watch

publish-please

publish-please
npm i inversify-express-utils

Metadata

  • MIT
  • Whatever
  • Cody Simms
  • released 11/1/2023

Downloads