@roadmanjs/couchset

A Couchbase roadman using CouchSet

Usage no npm install needed!

<script type="module">
  import roadmanjsCouchset from 'https://cdn.skypack.dev/@roadmanjs/couchset';
</script>

README

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=