couchbase

v4.2.0
The official Couchbase Node.js Client Library.
couchbase libcouchbase memcached nosql json document

lint

eslint ./lib/ ./test/

test

ts-mocha test/*.test.*

build

cmake-js build && tsc

cover

nyc ts-mocha test/*.test.*

install

prebuild-install -r napi || cmake-js compile

prepare

tsc

rebuild

cmake-js rebuild && tsc

prebuild

prebuild --backend cmake-js --verbose --strip

test-fast

ts-mocha test/*.test.* -ig '(slow)'

build-docs

typedoc

check-deps

ncu

cover-fast

nyc ts-mocha test/*.test.* -ig '(slow)'

Metadata

Downloads