From 7661afdfb37a88585099582e6febcd55c4a52b99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0vagr?= <47928947+pavelsvagr@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:13:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20note=20about=20VS=20Code?= =?UTF-8?q?=20extension?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c45270c..866ee13 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Manage the configuration of your Nodejs application with multiple environments and custom preferences, utilizing Configuru in CI and development as well! +Improve the DX when managing the configuration files, get inline help and more with the [VS Code extension](https://github.com/AckeeCZ/configuru-extension). + ## Features @@ -13,7 +15,7 @@ Manage the configuration of your Nodejs application with multiple environments a Configuru is a library for configuration management. Merge default project configuration with your user config, you can link yo your project. Atop of that, override your configuration with system environment variables. - :relieved: Tailored for multi-developer comfort -- :sparkles: Cast and transforms inputs to correct type +- :sparkles: Cast and transforms inputs to the correct type - :blue_heart: Typescript friendly - :muscle: Designed for multi-environment apps - :see_no_evil: Anonymized configuration for logger