supadart 1.7.2
supadart: ^1.7.2 copied to clipboard
Generate Dart classes from your Supabase schema.
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
copied to clipboard
-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
copied to clipboard
formerly: Supabase Schema Dart Class Generator