mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
Script to easily generate ERD
The generated date is included for reference. Stored in new 'doc/' directory.
This commit is contained in:
BIN
doc/erd.pdf
Normal file
BIN
doc/erd.pdf
Normal file
Binary file not shown.
8
script/erd
Executable file
8
script/erd
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/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"
|
||||
Reference in New Issue
Block a user