@imqueue/sequelize

v1.2.2
Sequelize ORM refines for @imqueue

doc

npm run clean:doc && typedoc --excludePrivate --excludeExternals --hideGenerator --exclude "**/+(debug|test|node_modules|docs|coverage|.nyc_output)/**/*" --mode file --out ./docs . && npm run show:doc

help

npm-scripts-help

test

npm run build && npm run mocha && npm run show:test

build

tsc

clean

npm run clean:test && npm run clean:dts && npm run clean:map && npm run clean:js && npm run clean:doc

mocha

nyc mocha

clean:js

find . -name '*.js' -not -wholename '*node_modules*' -type f -delete

clean:ts

find . -name '*.ts' -not -wholename '*node_modules*' -not -wholename '*.d.ts' -type f -delete

show:doc

/usr/bin/env node -e "require('open')('file://`pwd`/docs/index.html',{wait:false});"

clean:doc

rm -rf docs

clean:dts

find . -name '*.d.ts' -not -wholename '*node_modules*' -type f -delete

clean:map

find . -name '*.js.map' -not -wholename '*node_modules*' -type f -delete

show:test

/usr/bin/env node -e "require('open')('file://`pwd`/coverage/index.html',{wait:false});"

clean:test

rm -rf .nyc_output coverage

prepublishOnly

npm run build
npm i @imqueue/[email protected]

Metadata

  • ISC
  • Whatever
  • imqueue.com
  • released 2/6/2020

Downloads