@imqueue/sequelize

v2.1.1
Sequelize ORM refines for @imqueue

prepublishOnly

npm run build

build

tsc

mocha

nyc mocha

show:test

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

show:doc

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

test

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

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

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

clean:test

rm -rf .nyc_output coverage

clean:doc

rm -rf docs

clean

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

doc

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

help

npm-scripts-help
npm i @imqueue/sequelize

Metadata

  • ISC
  • Whatever
  • imqueue.com
  • released 9/18/2024

Downloads