Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
Multiplatform, pluggable, extensible, and dynamic config library which supports YAML and JSON as a source.
- Host: GitHub
- URL: https://github.com/maximbircu/devtools-library
- Owner: maximbircu
- License: apache-2.0
- Created: 2020-03-14T17:07:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-20T15:27:23.000Z (almost 3 years ago)
- Last Synced: 2024-10-31T15:38:44.492Z (2 months ago)
- Topics: android, android-libr, ios, ios-library, kotlin, kotlin-multiplatform, kotlin-native, tools
- Language: Kotlin
- Homepage:
- Size: 1.68 MB
- Stars: 15
- Watchers: 5
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-android - Devtools-Library - Multiplatform, pluggable, extensible, and dynamic config library which supports YAML and JSON as a source. (Uncategorized / Uncategorized)
README
![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 athttp://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.