Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 574 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 574 Bytes

Roadman - CouchSet

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=