{"id":19316232,"url":"https://github.com/userfrosting/ts-log-adapter-ava","last_synced_at":"2025-04-12T13:09:33.152Z","repository":{"id":36955160,"uuid":"286592839","full_name":"userfrosting/ts-log-adapter-ava","owner":"userfrosting","description":"Plug ava test logging into ts-log compatible logging interfaces.","archived":false,"fork":false,"pushed_at":"2025-04-07T10:29:43.000Z","size":2531,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T13:09:26.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/userfrosting.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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},"funding":{"github":null,"patreon":null,"open_collective":"userfrosting","ko_fi":"lcharette","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-08-10T22:41:04.000Z","updated_at":"2025-04-07T10:29:41.000Z","dependencies_parsed_at":"2023-02-16T05:46:05.905Z","dependency_job_id":"99fe791e-f083-4d01-ad58-d5c8d24bbd83","html_url":"https://github.com/userfrosting/ts-log-adapter-ava","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userfrosting%2Fts-log-adapter-ava","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userfrosting%2Fts-log-adapter-ava/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userfrosting%2Fts-log-adapter-ava/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userfrosting%2Fts-log-adapter-ava/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/userfrosting","download_url":"https://codeload.github.com/userfrosting/ts-log-adapter-ava/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248571885,"owners_count":21126522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-10T01:10:33.638Z","updated_at":"2025-04-12T13:09:33.113Z","avatar_url":"https://github.com/userfrosting.png","language":"TypeScript","funding_links":["https://opencollective.com/userfrosting","https://ko-fi.com/lcharette"],"categories":[],"sub_categories":[],"readme":"# [ts-log](https://github.com/kallaspriit/ts-log)-adapter-ava\n\n| Branch | Status |\n| ------ | ------ |\n| master | [![Continuous Integration](https://github.com/userfrosting/ts-log-adapter-ava/workflows/Continuous%20Integration/badge.svg?branch=master)](https://github.com/userfrosting/ts-log-adapter-ava/actions?query=branch:master+workflow:\"Continuous+Integration\") [![codecov](https://codecov.io/gh/userfrosting/ts-log-adapter-ava/branch/master/graph/badge.svg)](https://codecov.io/gh/userfrosting/ts-log-adapter-ava/branch/master) |\n\nAn adapter for the ts-log interface that pushes logging to ava.\n\n## Install\n\n```bash\nnpm i @userfrosting/ts-log-adapter-ava\n```\n\n## Usage\n\n```js\nimport test from \"ava\";\nimport { logAdapter } from \"@userfrosting/ts-log-adapter-ava\";\nimport main from \"./main.js\";\n\ntest(\"example\", t =\u003e {\n    const result = main(logAdapter(t.log));\n    t.true(result);\n});\n```\n\n## API\n\nAPI documentation is regenerated for every release using [API Extractor](https://www.npmjs.com/package/@microsoft/api-extractor) and [API Documenter](https://www.npmjs.com/package/@microsoft/api-documenter).\nThe results reside in [docs/api](./docs/api/index.md).\n\n## Release process\n\nGenerally speaking, all releases should first traverse through `alpha`, `beta`, and `rc` (release candidate) to catch missed bugs and gather feedback as appropriate. Aside from this however, there are a few steps that **MUST** always be done.\n\n1. Make sure [`CHANGELOG.md`](./CHANGELOG.md) is up to date.\n2. Update version via `npm` like `npm version 3.0.0` or `npm version patch`.\n3. `npm publish`.\n4. Create release on GitHub from tag made by `npm version`.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuserfrosting%2Fts-log-adapter-ava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuserfrosting%2Fts-log-adapter-ava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuserfrosting%2Fts-log-adapter-ava/lists"}