{"id":21059205,"url":"https://github.com/wroud/foundation","last_synced_at":"2026-04-16T21:01:22.706Z","repository":{"id":242335209,"uuid":"809269463","full_name":"Wroud/foundation","owner":"Wroud","description":"Tools for modern js","archived":false,"fork":false,"pushed_at":"2026-04-15T05:49:55.000Z","size":3433,"stargazers_count":26,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-15T07:31:18.792Z","etag":null,"topics":["dependency-injection","ioc","javascript","js","typescript"],"latest_commit_sha":null,"homepage":"https://wroud.dev/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Wroud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"github":["Wroud"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2024-06-02T07:53:33.000Z","updated_at":"2026-04-15T05:49:59.000Z","dependencies_parsed_at":"2024-10-17T22:45:59.377Z","dependency_job_id":"493ad267-863b-4739-ae93-13473877fd52","html_url":"https://github.com/Wroud/foundation","commit_stats":null,"previous_names":["wroud/foundation"],"tags_count":224,"template":false,"template_full_name":null,"purl":"pkg:github/Wroud/foundation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wroud%2Ffoundation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wroud%2Ffoundation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wroud%2Ffoundation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wroud%2Ffoundation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wroud","download_url":"https://codeload.github.com/Wroud/foundation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wroud%2Ffoundation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31904067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dependency-injection","ioc","javascript","js","typescript"],"created_at":"2024-11-19T17:10:15.343Z","updated_at":"2026-04-16T21:01:22.696Z","avatar_url":"https://github.com/Wroud.png","language":"TypeScript","funding_links":["https://github.com/sponsors/Wroud"],"categories":[],"sub_categories":[],"readme":"# Wroud Foundation\n\nWelcome to the Wroud Foundation! This repository offers tools to simplify and enhance modern JavaScript development, focusing on modularity, ease of use, and performance.\n\n## Overview\n\nThe Wroud Foundation provides tools to help developers implement best practices in JavaScript. Inspired by proven frameworks, our tools work seamlessly in any JavaScript environment.\n\n### Available Packages\n\nThe following packages are available on npm:\n\n- [**@wroud/api-logger**](packages/@wroud/api-logger): Lightweight logging interface for JavaScript and TypeScript applications.\n- [**@wroud/ci**](packages/@wroud/ci): Automate releases via conventional commits and GitHub Actions.\n- [**@wroud/conventional-commits-bump**](packages/@wroud/conventional-commits-bump): Determine semantic version bumps from commit messages.\n- [**@wroud/conventional-commits-changelog**](packages/@wroud/conventional-commits-changelog): Generate markdown changelogs from conventional commits.\n- [**@wroud/conventional-commits-parser**](packages/@wroud/conventional-commits-parser): Parse conventional commit messages with metadata support.\n- [**@wroud/di**](packages/@wroud/di): Simple dependency injection library for JavaScript and TypeScript.\n- [**@wroud/di-react**](packages/@wroud/di-react): React bindings for the @wroud/di library.\n- [**@wroud/di-tools-analyzer**](packages/@wroud/di-tools-analyzer): Analyze @wroud/di containers and visualize dependencies.\n- [**@wroud/di-tools-codemod**](packages/@wroud/di-tools-codemod): Codemod for migrating from Inversify to @wroud/di.\n- [**@wroud/flow-middleware**](packages/@wroud/flow-middleware): Manage middleware chains with re-runs and error handling.\n- [**@wroud/git**](packages/@wroud/git): Utilities for reading commits and tags from git repositories.\n- [**@wroud/github**](packages/@wroud/github): Parse git history for GitHub issues and commit links.\n- [**@wroud/navigation**](packages/@wroud/navigation): Framework-agnostic navigation and routing system.\n- [**@wroud/playground**](packages/@wroud/playground): Core runtime for the component playground system.\n- [**@wroud/playground-react**](packages/@wroud/playground-react): React components for interactive playground stories.\n- [**@wroud/preconditions**](packages/@wroud/preconditions): Framework for defining and applying preconditions.\n- [**@wroud/react-reactive-value**](packages/@wroud/react-reactive-value): Manage reactive values in React with automatic re-renders.\n- [**@wroud/react-split-view**](packages/@wroud/react-split-view): React hook for resizable split views.\n- [**@wroud/react-tree**](packages/@wroud/react-tree): Virtualized tree component for hierarchical data.\n- [**@wroud/ts-project-linker**](packages/@wroud/ts-project-linker): Sync TypeScript project references with package dependencies.\n- [**@wroud/ts-template**](packages/@wroud/ts-template): CLI generator for TypeScript project templates.\n- [**@wroud/vite-plugin-asset-resolver**](packages/@wroud/vite-plugin-asset-resolver): Custom asset resolution plugin for Vite.\n- [**@wroud/vite-plugin-playground**](packages/@wroud/vite-plugin-playground): Vite plugin for component playground stories.\n- [**@wroud/vite-plugin-ssg**](packages/@wroud/vite-plugin-ssg): Static site generation plugin for React with Vite.\n- [**@wroud/vite-plugin-tsc**](packages/@wroud/vite-plugin-tsc): Integrate `tsc` with Vite for background type checking or transpile TypeScript files with project reference support.\n- [**graphql-codegen-fragment-masking**](packages/graphql-codegen-fragment-masking): GraphQL Codegen plugin for fragment masking helpers.\n- [**graphql-codegen-typed-document-nodes**](packages/graphql-codegen-typed-document-nodes): GraphQL Codegen plugin for typed document nodes.\n\n### Future Tools\n\nWe plan to expand our toolset with more packages to address various JavaScript development challenges.\n\n## 📖 Documentation\n\nFind comprehensive documentation for all packages on our [documentation site](https://wroud.dev). Every package README also provides a brief overview.\n\n## 🚀 Getting Started\n\nVisit the documentation site and select a package to get started. Each section guides you from installation to advanced usage.\n\n## 🤝 Contributing\n\nWe welcome community contributions. Open an issue or submit a pull request. See [CONTRIBUTING.md](CONTRIBUTING.md) for details.\n\n## 📜 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## 💬 Contact\n\nFor questions or feedback, visit our [GitHub repository](https://github.com/wroud/foundation). We appreciate your support and collaboration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwroud%2Ffoundation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwroud%2Ffoundation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwroud%2Ffoundation/lists"}