zod-config
Load configuration variables from multiple sources with flexible adapters, ensuring type safety with Zod.
파일 탐색기
최종 버전 다운로드 (.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
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/alexmarqs/zod-config
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd zod-config
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install zod-config zod # npm
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
pnpm add zod-config zod # pnpm
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn add zod-config zod # yarn
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm install yaml
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm install smol-toml
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
