node-hilo

v3.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

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

cover:show

open "file://$PWD/coverage/index.html"

Metadata

  • Unknown
  • >=12.0.0
  • Jim Cowart
  • released 4/25/2022

Downloads