@retouche/adapter-gitlab

0.0.1 • Public • Published

@retouche/adapter-gitlab

Please see https://retouche.zugriff.eu for more information.

Usage

Call the Retouche initialisation function within a shared client layout file (e.g. +layout.svelte) if possible.
The editor will only mount if the edit key is in the query string.

// main.ts

import { init } from 'retouche';
import { gitlab } from '@retouche/adapter-gitlab';

init({
  adapter: gitlab({
    project: 1,
    commit: {
      message: 'retouche: content update',
    },
  }),
});

Readme

Keywords

Package Sidebar

Install

npm i @retouche/adapter-gitlab

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

20.1 kB

Total Files

8

Last publish

Collaborators

  • lucagoslar