Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maximbircu/devtools-library

Multiplatform, pluggable, extensible, and dynamic config library which supports YAML and JSON as a source.
https://github.com/maximbircu/devtools-library

android android-libr ios ios-library kotlin kotlin-multiplatform kotlin-native tools

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

dev-tools

![Platform](https://img.shields.io/badge/platform-Android%20%7C%20iOS-lightgrey?style=flat)

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.maximbircu/devtools-android/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.maximbircu/devtools-android)

![CI](https://github.com/maximbircu/devtools-library/workflows/CI/badge.svg?branch=master)
[![codecov](https://codecov.io/gh/maximbircu/devtools-library/branch/master/graph/badge.svg?token=TP8XUCW2HB)](https://codecov.io/gh/maximbircu/devtools-library)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/maximbircu/devtools-library/blob/master/LICENSE.md)

# Devtools

#### 🚀 [Quick Start](documentation/quickstart/quick-start.md)                   [🍏 iOS Sample](samples/ios)
#### 📜 [Documentation](documentation/documentation.md)           [🤖 Android Sample](samples/android)
#### 👷 [For Developers](documentation/documentation.md#-for-developers)


Devtools is a pluggable, extensible, and dynamic config library that supports [YAML](https://yaml.org/) and [JSON Schema Draft-07](https://json-schema.org/draft-07/json-schema-validation.html) 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.