ottoman

v2.5.0
Ottoman Couchbase ODM
couchbase odm nosql json document model schema database

build

rimraf ./lib && tsc

build:test

yarn build && yarn test

dev

tsc --watch --incremental

docs

cd docusaurus && yarn generate

docs:start

cd docusaurus && yarn start

is:ready

yarn lint && yarn build && yarn test:ready

lint

eslint '*/**/*.ts' --ignore-pattern '/lib/*' --quiet --fix

test

jest --clearCache && jest -i

test:legacy

jest --clearCache && OTTOMAN_LEGACY_TEST=1 jest -i

test:coverage

jest --clearCache && jest -i --coverage

test:dev

jest --watch

test:ready

jest --clearCache && jest -i --coverage

prepare

husky install
npm i ottoman

Metadata

Downloads