@roadmanjs/couchset
v1.1.6
Published
A Couchbase roadman using CouchSet
Downloads
71
Maintainers
Readme
A roadman for couchbase using couchset.
How to use
yarn add @roadmanjs/couchsetapp.ts
import {roadman} from 'roadman'
import {couchsetRoadman} from '@roadmanjs/couchset';
await roadman({
roadmen: [couchsetRoadman]
});Env required
COUCHBASE_URL=
COUCHBASE_BUCKET=
COUCHBASE_USERNAME=
COUCHBASE_PASSWORD=