{"id":29022988,"url":"https://github.com/bamlab/pino-garland","last_synced_at":"2025-06-26T03:04:54.417Z","repository":{"id":64920090,"uuid":"575412852","full_name":"bamlab/pino-garland","owner":"bamlab","description":"A pretty printer for pino structured logging","archived":false,"fork":false,"pushed_at":"2023-01-06T12:27:58.000Z","size":229,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-22T20:12:44.524Z","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/bamlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-07T13:07:39.000Z","updated_at":"2022-12-14T12:02:52.000Z","dependencies_parsed_at":"2023-02-06T02:00:52.556Z","dependency_job_id":null,"html_url":"https://github.com/bamlab/pino-garland","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/bamlab/pino-garland","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamlab%2Fpino-garland","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamlab%2Fpino-garland/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamlab%2Fpino-garland/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamlab%2Fpino-garland/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bamlab","download_url":"https://codeload.github.com/bamlab/pino-garland/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamlab%2Fpino-garland/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261466638,"owners_count":23162558,"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":"2025-06-26T03:04:50.618Z","updated_at":"2025-06-26T03:04:54.400Z","avatar_url":"https://github.com/bamlab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pino Garland\n\n![Logo](./docs/images/pino.png)\n\n## What\n\nPino Garland is a [Pino](https://github.com/pinojs/pino) transport, that pretty prints logs to the console.\nIt transforms:\n\n```json\n{ \"level\": 30, \"time\": 1546300800000, \"msg\": \"hello world\", \"pid\": 1234, \"hostname\": \"localhost\", \"v\": 1 }\n```\n\ninto\n\n![Screenshot](./docs/images/example.png)\n\n## Installation\n\n```bash\nnpm install pino-garland\n```\n\n## Usage\n\n```js\nconst pino = require('pino')\nconst transport = pino.transport({\n  target: '/absolute/path/to/my-transport.mjs'\n})\npino(transport)\n```\n\n### Legacy\n\n```bash\npnpm run server | pino-garland\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamlab%2Fpino-garland","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbamlab%2Fpino-garland","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamlab%2Fpino-garland/lists"}