Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thaddeusjiang/supabase-helpers

DevOps Toolkit for Supabase
https://github.com/thaddeusjiang/supabase-helpers

bun supabase

Last synced: 12 days ago
JSON representation

DevOps Toolkit for Supabase

Awesome Lists containing this project

README

        

# supabase-helpers

DevOps Toolkit for [supabase](https://supabase.io/)

To install dependencies:

```bash
bun install
```

## Features

- backup supabase storage

## Usage

### setup environment

```bash
cp .env.example .env
```

### backup supabase storage to local directory

```bash
bun run backup_storage_buckets.ts
```

your storage buckets will be saved in `./storage` directory