Skip to content

Multiplatform, pluggable, extensible, and dynamic config library which supports YAML and JSON as a source.

License

Notifications You must be signed in to change notification settings

maximbircu/devtools-library

Repository files navigation

dev-tools

Platform

Maven Central

CI codecov License

Devtools

🚀 Quick Start                   🍏 iOS Sample


Devtools is a pluggable, extensible, and dynamic config library that supports YAML and JSON Schema Draft-07 as configuration sources.

It helps to manipulate (persist, update, and use in the app) different configuration values for any mobile application.

After you integrate the library and provide it a YML or JSON Schema configuration file, you'll be able to update your configuration values through a nice configuration user interface screen that the library will generate dynamically, using startup arguments or directly from the code.

License

Copyright 2020 Maxim Bîrcu

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.