jamesrweb/forem-supabase-sync-cli

A CLI to syncronise content from a forem site such as dev.to into a supabase instance


License
MIT

Documentation

Forem Supabase Sync CLI

Test coverage GitHub license GitHub contributors GitHub issues GitHub pull requests Mutation testing badge

This project can be used to sync data from a forem based site such as DEV into a supabase instance.

Installation

Use the package manager composer to install the library using the following command.

composer require jamesrweb/forem-supabase-sync-cli

Currently the CLI is heavily WIP and can only sync articles from a forem site to a table on supabase which has the columns id, title, content, link and published.