resource-manager/README.md

9 lines
659 B
Markdown

# Resource Manager
[![Build Status](https://jenkins.niclas-thobaben.de/buildStatus/icon?job=NClazz%2Fresource-manager%2Fmaster)](https://jenkins.niclas-thobaben.de/job/NClazz/job/resource-manager/job/master/)
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.