Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thaddeusjiang/supabase-helpers
- Owner: ThaddeusJiang
- Created: 2024-04-05T12:41:44.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T02:44:04.000Z (4 months ago)
- Last Synced: 2024-10-05T06:21:14.514Z (about 1 month ago)
- Topics: bun, supabase
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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