From 516d414ab1dce4625add3713d9e2a513c3bfbb55 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Wed, 12 Jun 2024 21:43:40 +0200 Subject: [PATCH] Update README.md --- README.md | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index a57d007..499bc39 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,2 @@ -# neat-config - -Load complex configuration from many sources on runtime with type-safety. - -Visit documentation here: [https://mrjvs.github.io/neat-config/](https://mrjvs.github.io/neat-config/) - -# Features - -- Strictly typed OR loosly typed configurations. -- Complex object configuration. -- Load (partial) configuration from many inputs: - - From files: `.json`, `.env`. - - From environment variables. - - From directory structure (used for i.e docker secrets). - - From CLI arguments. -- Validate from a Zod or joi schema. - -# Install - -```sh -npm install neat-config -``` - -# Documentation -Visit documentation here: [https://mrjvs.github.io/neat-config/](https://mrjvs.github.io/neat-config/) +> [!WARNING] +> Moved to `@neato/config` from [NeatoJS](https://github.com/mrjvs/neatojs).