couchbase

v3.2.1
The official Couchbase Node.js Client Library.
couchbase libcouchbase memcached nosql json document

lint

eslint ./lib/ ./test/

test

ts-mocha test/*.test.*

build

node-gyp build && tsc

cover

nyc ts-mocha test/*.test.*

install

prebuild-install || node-gyp rebuild

prepare

tsc

rebuild

node-gyp rebuild && tsc

prebuild

prebuild --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