@isloth/config-service-sdk
v0.1.5
Published
config-service-sdk
Readme
Config Service SDK
This library provides DTOs, and service classes for interacting with the iSloth config-service. It enables applications to fetch, validate, and manage configuration values in a type-safe and consistent manner.
Installation
Run the following command in the host service to add the config-service-sdk to the service.
npm install @iSloth/config-service-sdkLocal Setup
Clone the repository:
git clone https://github.com/i-Sloth/config-service-sdk.git cd config-service-sdkInstall dependencies:
npm install
Build Library
npm run prepare