Supadart

This is a simple command line tool that generates dart classes from your Supabase schema.

For updated documentation, please visit the official Supadart Github Repo

# 🎯 Active from pub.dev
dart pub global activate supadart

# 🚀 Run via
supadart
# or
dart pub global run supadart
-h, --help       Show usage information
-i, --init       Initialize config file supadart.yaml
-c, --config     Path to config file of yaml   (default: ./supadart.yaml)
-u, --url        Supabase URL                  (if not set in yaml)
-k, --key        Supabase ANON KEY             (if not set in yaml)
-v, --version    v1.6.6

formerly: Supabase Schema Dart Class Generator