weaviate-client

v3.0.0-beta.3
JS/TS client for Weaviate
weaviate

lint

eslint --ext .ts,.js .

test

tsc -noEmit -p tsconfig-test.json && jest --no-cache --useStderr --runInBand --detectOpenHandles

build

npm run lint && tsup

format

prettier --write --no-error-on-unmatched-pattern '**/*.{ts,js}' '!dist/**'

protos

./tools/refresh_protos.sh

schema

./tools/refresh_schema.sh

prepack

npm run build

lint:fix

npm run lint -- --fix

test:unit

tsc -noEmit -p tsconfig-test.json && jest --no-cache --useStderr --runInBand --detectOpenHandles src/collections/**/unit.test.ts

format:check

prettier --check --no-error-on-unmatched-pattern '**/*.{ts,js}' '!dist/**'

test:coverage

tsc -noEmit -p tsconfig-test.json && jest --no-cache --coverage --useStderr --runInBand --detectOpenHandles

Metadata

Downloads