mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
7 lines
395 B
Markdown
7 lines
395 B
Markdown
# GormCore framework
|
|
|
|
This framework is the heart of the Gorm application. It contains all of the classes needed to interact with a Gorm file.
|
|
The Gorm application uses it, obviously, and it is also used by gormtool to provide access to certain features from the
|
|
command line.
|
|
|
|
This framework allows Gorm features to be used in other applications either directly or through the use of Plugins.
|