weaviate-ts-embedded

v1.0.0
Weaviate TypeScript EmbeddedDB
weaviate

test

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

build

npm run lint && tsc --emitDeclarationOnly && ./build.js

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/**' '!types/**'

format:check

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

prepare

husky install

Metadata

Downloads