zod-config
Load configuration variables from multiple sources with flexible adapters, ensuring type safety with Zod.
File Explorer
Download Latest Version (.zip)- config.json
- README.md
- logo.png
- ci-cd.yaml
- FUNDING.yml
- settings.json
- adapter-specifiers.ts
- allowed-filenames.ts
- index.ts
- resolution-and-load-order.ts
- variables.ts
- index.ts
- index.ts
- index.ts
- index.ts
- index.ts
- index.ts
- index.ts
- data-transformation.ts
- deep-merge.ts
- filtered-data.ts
- get-safe-process-env.ts
- index.ts
- is-mergeable-object.ts
- key-matchers.ts
- nesting-separator.ts
- process-adapter-data.ts
- resolved-config.ts
- config-sync.ts
- config.ts
- index.ts
- types.ts
- utils-fixtures.ts
- async-parse.test.ts
- callbacks.test.ts
- custom-adapter.test.ts
- default-adapter.test.ts
- directory-adapter.test.ts
- dotenv-adapter.test.ts
- env-adapter.test.ts
- json-adapter.test.ts
- json5-adapter.test.ts
- key-matchers.test.ts
- key-matching.test.ts
- multiple-adapters.test.ts
- resolved-config.test.ts
- script-adapter.test.ts
- sync-async-adapter.test.ts
- toml-adapter.test.ts
- type-check.test.ts
- yaml-adapter.test.ts
- index.test.ts
- variables.test.ts
- async-parse.test.ts
- callbacks.test.ts
- custom-adapter.test.ts
- data-transformation.test.ts
- default-adapter.test.ts
- dotenv-adapter.test.ts
- env-adapter.test.ts
- json-adapter.test.ts
- json5-adapter.test.ts
- key-matchers.test.ts
- key-matching.test.ts
- multiple-adapters.test.ts
- resolved-config.test.ts
- script-adapter.test.ts
- sync-async-adapter.test.ts
- toml-adapter.test.ts
- type-check.test.ts
- utils.test.ts
- yaml-adapter.test.ts
- callbacks.test.ts
- custom-adapter.test.ts
- default-adapter.test.ts
- dotenv-adapter.test.ts
- env-adapter.test.ts
- json-adapter.test.ts
- json5-adapter.test.ts
- key-matchers.test.ts
- key-matching.test.ts
- multiple-adapters.test.ts
- script-adapter.test.ts
- sync-async-adapter.test.ts
- toml-adapter.test.ts
- type-check.test.ts
- yaml-adapter.test.ts
- .editorconfig
- .gitignore
- .nvmrc
- biome.json
- lefthook.yml
- LICENSE
- package.json
- pnpm-lock.yaml
- README.md
- tsconfig.json
- tsup.config.ts
- vitest.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/alexmarqs/zod-config
Downloads the entire project code from GitHub to your computer.
cd zod-config
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install zod-config zod # npm
Downloads and installs the libraries listed in package.json.
pnpm add zod-config zod # pnpm
Type this command into your terminal and run it.
yarn add zod-config zod # yarn
Type this command into your terminal and run it.
npm install yaml
Downloads and installs the libraries listed in package.json.
npm install smol-toml
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
