$ dart pub get && dart run build_runner build --delete-conflicting-outputs
$ dart run yaroorm migrate
┌──────────────────────────────┬──────────────────────────────┐
│ Migration │ Status │
├──────────────────────────────┼──────────────────────────────┤
│ create_users_table │ ✅ migrated │
├──────────────────────────────┼──────────────────────────────┤
│ create_articles_table │ ✅ migrated │
└──────────────────────────────┴──────────────────────────────┘
$ dart run --enable-asserts
$ dart test
We rely heavily on code-generation. Things like adding a new Entity
, Middleware
, Controller
or Controller Method
require you to re-run the command below.
$ dart pub run build_runner build --delete-conflicting-outputs