node-hilo

v6.0.0
NHibernate-style hi/lo ID generator for node.js & SQL Server
hilo hi-lo hi/lo NHibernate

lint

eslint --fix ./

pretest

npm run lint

test

npm run cover

test:only

NODE_ENV=test mocha --exit -r spec/setup -R spec 'spec/**/*.spec.js'

test:watch

nodemon --exec "NODE_ENV=test mocha --exit -r spec/setup -R progress 'spec/**/*.spec.js' || true" -e js,json,sql

cover

c8 -r text-summary -r html -- npm run test:only

cover:show

open "file://$PWD/coverage/index.html"
npm i node-hilo

Metadata

  • Unknown
  • >=20.0.0
  • Jim Cowart
  • released 4/1/2024

Downloads