resource-manager/README.md

659 B

Resource Manager

Build Status

The resource manager library provides an easy API to manage resources in an application at runtime. The basic is concept is to define required resources for an application and provide some defaults, which can can be overwritten at runtime to create a dynamic configuration. All defined resources can be reset or exported to use in another application instance.

The resource manager provides a foundation for any custom CMS you may want to develop.