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

https://github.com/byronap/settingsmanager

A simple way to store and retrieve settings in .NET.
https://github.com/byronap/settingsmanager

Last synced: 4 months ago
JSON representation

A simple way to store and retrieve settings in .NET.

Awesome Lists containing this project

README

          

# SettingsManager
![SettingsManager Banner](https://raw.githubusercontent.com/ByronAP/SettingsManager/main/settingsmanager-logo-banner-256-64.png)

A simple way to store and retrieve settings in .NET.

[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/ByronAP)
[![Nuget](https://img.shields.io/nuget/v/SettingsManager)](https://www.nuget.org/packages/SettingsManager)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FByronAP%2FSettingsManager.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FByronAP%2FSettingsManager?ref=badge_shield)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/30cbb0fe181a4a38adf8a84d616c53b8)](https://www.codacy.com/gh/ByronAP/SettingsManager/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ByronAP/SettingsManager&utm_campaign=Badge_Grade)
[![CodeQL](https://github.com/ByronAP/SettingsManager/actions/workflows/codeql.yml/badge.svg)](https://github.com/ByronAP/SettingsManager/actions/workflows/codeql.yml)
[![Build And Test](https://github.com/ByronAP/SettingsManager/actions/workflows/main_test_dotnet.yml/badge.svg)](https://github.com/ByronAP/SettingsManager/actions/workflows/main_test_dotnet.yml)

### Features

+ Stores data as a readable JSON file
+ Works across platforms (Linux, Windows and Mac)
+ Simple Get and Set usage
+ Can store complex types

Just create an instance of 'SettingsManager' to get going.