From 7aaebd54c1125a64e8c40e016c6b0853ded58ca2 Mon Sep 17 00:00:00 2001 From: Gregory Casamento Date: Sun, 16 Jul 2023 15:44:25 -0400 Subject: [PATCH] Create README.md --- Applications/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Applications/README.md diff --git a/Applications/README.md b/Applications/README.md new file mode 100644 index 00000000..a3fa0a0a --- /dev/null +++ b/Applications/README.md @@ -0,0 +1,7 @@ +# Applications directory +This directory holds the Gorm application and any other apps which might be written using the framework Gorm provides. +The future plans for this directory are to also contain a Plugins directory to facilitate editing Gorm files and other +model files in YCode (an upcoming GNUstep IDE) as the plugins would conform to a protocol usable by YCode. + +An advantage of this approach is that there would be no direct dependencies between YCode and Gorm, but YCode could +still utilize Gorm's features.