Info
Version: | 1.0.0 |
Author(s): | Sangeeth Nandakumar |
Last Update: | Saturday, September 12, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sangeethnandakumar/Express-Settings |
NuGet Url: | https://www.nuget.org/packages/Twileloop.ExpressSettingsCore |
Install
Install-Package Twileloop.ExpressSettingsCore
dotnet add package Twileloop.ExpressSettingsCore
paket add Twileloop.ExpressSettingsCore
Twileloop.ExpressSettingsCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
Tags
Express settings allows you quick prototyping of applications that relies on fetching configurations from settings file. Express settings is seamless to integrate and requires mearly 1 line to read or write settings.
It creates readable intented JSON based settings and can be called from anywhere your application.