mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
9 lines
262 B
Bash
Executable File
9 lines
262 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# * [Pre-requisites](https://voormedia.github.io/rails-erd/install.html).
|
|
# * [Usage](https://voormedia.github.io/rails-erd/customise.html)
|
|
|
|
TITLE="Openfoodnetwork domain model - generated `date +%Y-%m-%d`"
|
|
|
|
rake erd title="$TITLE" filename="doc/erd"
|