weaviate-client

v3.0.0-alpha.1
JS/TS client for Weaviate
weaviate

lint

eslint --ext .ts,.js .

test

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

build

npm run lint && tsup src/index.ts --format cjs,esm --dts --clean --platform neutral --minify

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

prepare

husky install

lint:fix

npm run lint -- --fix

format:check

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

Metadata

Downloads