weaviate-ts-embedded

v1.2.0
Weaviate TypeScript EmbeddedDB
weaviate

test

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

build

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

prepack

npm run build

lint

eslint --ext .ts,.js .

lint:fix

npm run lint -- --fix

format

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

format:check

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

prepare

husky install
npm i weaviate-ts-embedded

Metadata

Downloads