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