platform-tooling/validation/i18n
2026-02-05 19:07:39 -08:00
..
cli refactor(validation): ♻️ Optimize validation logic by restructuring rule order and improving readability in schema definitions 2026-02-05 19:07:39 -08:00
core refactor(validation): ♻️ Optimize validation logic by restructuring rule order and improving readability in schema definitions 2026-02-05 19:07:39 -08:00
.gitignore refactor(validation): ♻️ Optimize validation logic by restructuring rule order and improving readability in schema definitions 2026-02-05 19:07:39 -08:00
bun.lock refactor(validation): ♻️ Optimize validation logic by restructuring rule order and improving readability in schema definitions 2026-02-05 19:07:39 -08:00
CLAUDE.md refactor(validation): ♻️ Optimize validation logic by restructuring rule order and improving readability in schema definitions 2026-02-05 19:07:39 -08:00
index.ts refactor(validation): ♻️ Optimize validation logic by restructuring rule order and improving readability in schema definitions 2026-02-05 19:07:39 -08:00
package.json refactor(validation): ♻️ Optimize validation logic by restructuring rule order and improving readability in schema definitions 2026-02-05 19:07:39 -08:00
README.md refactor(validation): ♻️ Optimize validation logic by restructuring rule order and improving readability in schema definitions 2026-02-05 19:07:39 -08:00
tsconfig.json refactor(validation): ♻️ Optimize validation logic by restructuring rule order and improving readability in schema definitions 2026-02-05 19:07:39 -08:00

i18n

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.6. Bun is a fast all-in-one JavaScript runtime.