hazelcast-client

v5.3.0
Hazelcast - a real-time stream processing platform - Node.js Client
hazelcast real-time stream processing node nodejs node.js client

clean

rimraf lib *.jar *.log *.xml coverage

compile

tsc

test

node scripts/test-runner.js all

test:unit

node scripts/test-runner.js unit

test:integration

node scripts/test-runner.js integration

validate-user-code

tsc --build test/user_code/tsconfig.json

coverage

nyc npm test

pregenerate-docs

rimraf docs

generate-docs

typedoc --options typedoc.json

generate-docs:watch

typedoc --watch --options typedoc.json

lint

npm run lint-code && npm run lint-markdown

lint:fix

npm run lint-code:fix && npm run lint-markdown:fix

lint-code

eslint --cache .

lint-code:fix

eslint --cache --fix .

lint-markdown

markdownlint --ignore node_modules '**/*.md'

lint-markdown:fix

markdownlint -f --ignore node_modules '**/*.md'

startrc

node scripts/test-runner.js startrc

check-code-samples

node scripts/test-runner.js check-code-samples

check-markdown-links

markdown-link-check -q

prepare

husky install

prepublishOnly

path-exists lib
npm i hazelcast-client

Metadata

Downloads

Maintainers