maximbircu / devtools-library

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev-tools

Platform

Maven Central

CI codecov License

Devtools

🚀 Quick Start                   🍏 iOS Sample

📜 Documentation           🤖 Android Sample

👷 For Developers


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.

About

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

License:Apache License 2.0


Languages

Language:Kotlin 93.4%Language:Swift 5.7%Language:Ruby 0.6%Language:Objective-C 0.2%