{"id":20648133,"url":"https://github.com/abxvn/source","last_synced_at":"2026-04-14T14:31:48.392Z","repository":{"id":164394084,"uuid":"631161231","full_name":"abxvn/source","owner":"abxvn","description":"Source Tools","archived":false,"fork":false,"pushed_at":"2024-02-03T07:38:16.000Z","size":1827,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T10:44:01.275Z","etag":null,"topics":["eslint","jest","nodejs","typescript","webpack"],"latest_commit_sha":null,"homepage":"","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/abxvn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2023-04-22T05:58:55.000Z","updated_at":"2023-05-12T11:39:26.000Z","dependencies_parsed_at":"2024-01-26T05:37:45.830Z","dependency_job_id":"8753724e-0ebf-40d7-8d23-63a5aef8493b","html_url":"https://github.com/abxvn/source","commit_stats":null,"previous_names":["abuxvn/source"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/abxvn/source","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abxvn%2Fsource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abxvn%2Fsource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abxvn%2Fsource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abxvn%2Fsource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abxvn","download_url":"https://codeload.github.com/abxvn/source/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abxvn%2Fsource/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31801241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["eslint","jest","nodejs","typescript","webpack"],"created_at":"2024-11-16T17:06:25.449Z","updated_at":"2026-04-14T14:31:48.374Z","avatar_url":"https://github.com/abxvn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Source tools\n=====\n![build][badge-build]\n\nSome handy tools for your next projects\n\nTool List:\n-----\n\n**`@abxvn/resolve`**: Provide an performant async [`require.resolve`](https://nodejs.org/api/modules.html#modules_all_together) function with pnp supports\n\n[![npm][npm_resolve_badge]][npm_resolve] [![changelog][changelog_badge]][changelog_resolve]\n\n\n**`@abxvn/builder`**: Quick scaffolding a monorepo code base to build multiple apps like webs, games, APIs, functions, CLIs\n\n[![npm][npm_builder_badge]][npm_builder] [![changelog][changelog_badge]][changelog_builder]\n\n**`@abxvn/tasks`**: A priority based task runner which is type safed, extremely fast, light-weight with no dependencies\n\n[![npm][npm_tasks_badge]][npm_tasks] [![changelog][changelog_badge]][changelog_tasks]\n\n**`@abxvn/logger`**: An utility logger for CLI and web, supports colors and collapsible logs\n\n[![npm][npm_logger_badge]][npm_logger] [![changelog][changelog_badge]][changelog_logger]\n\nContribution\n-----\n\nAll PRs and ideas for improvement are welcomed. \n\nIf you got any issues using this package, don't hesitate to create new [🐞 Bug report][issues] with a proper `package:\u003cname\u003e` label.\n\nFeel free to clone this project, make changes that your feel necessary and pull request anytime you want.\n\nInstall dependencies and run development build:\n```\nyarn install\nyarn start\n```\n\n**Working on your first Pull Request?**\n\nYou can learn how from this free video series: [How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)\n\nTo help you get your feet wet and get you familiar with our contribution process, we have a list of good first issues that contain bugs that have a relatively limited scope. This is a great place to get started.\n\n-----\nCheers 🍻\n\n[issues]: https://github.com/abxvn/source/issues\n[good-first]: https://github.com/abxvn/source/issues?q=is%3Aopen+is%3Aissue+label%3Aflag%3Agood-first\n[badge-build]: https://github.com/abxvn/source/actions/workflows/build.yaml/badge.svg\n\n[npm_builder]: https://www.npmjs.com/package/@abxvn/builder\n[npm_tasks]: https://www.npmjs.com/package/@abxvn/tasks\n[npm_resolve]: https://www.npmjs.com/package/@abxvn/resolve\n[npm_logger]: https://www.npmjs.com/package/@abxvn/logger\n\n[npm_builder_badge]: https://img.shields.io/npm/v/@abxvn/builder\n[npm_tasks_badge]: https://img.shields.io/npm/v/@abxvn/tasks\n[npm_resolve_badge]: https://img.shields.io/npm/v/@abxvn/resolve\n[npm_logger_badge]: https://img.shields.io/npm/v/@abxvn/logger\n\n[changelog_builder]: https://github.com/abxvn/source/blob/main/packages/builder/CHANGELOG.md\n[changelog_tasks]: https://github.com/abxvn/source/blob/main/packages/tasks/CHANGELOG.md\n[changelog_resolve]: https://github.com/abxvn/source/blob/main/packages/resolve/CHANGELOG.md\n[changelog_logger]: https://github.com/abxvn/source/blob/main/packages/logger/CHANGELOG.md\n[changelog_badge]: https://img.shields.io/badge/changelog-8A2BE2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabxvn%2Fsource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabxvn%2Fsource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabxvn%2Fsource/lists"}