Cloud-native type-safe configuration
Load complex configuration from many sources on runtime with type-safety. Check the documentation for more info.
.json, .env.> Visit the documentation on how to install.
``sh`
npm install @neato/config
Visit the website for documentation.
`sh
npm i -g pnpm # install PNPM if you don't have it already
pnpm i # install dependencies of the entire repo
pnpm -C packages/config run dev # run library dev script in directory
``