{"id":31798502,"url":"https://github.com/okitan/ink-slack","last_synced_at":"2026-01-20T16:58:51.629Z","repository":{"id":36985875,"uuid":"412675857","full_name":"okitan/ink-slack","owner":"okitan","description":"render Slack blocks into console","archived":false,"fork":false,"pushed_at":"2025-09-30T02:00:08.000Z","size":1122,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-30T04:04:28.991Z","etag":null,"topics":["slack"],"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/okitan.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-02T03:07:27.000Z","updated_at":"2025-09-30T02:00:11.000Z","dependencies_parsed_at":"2023-12-31T19:30:42.656Z","dependency_job_id":"eecbf62c-406d-47e7-953b-93c716be7dd9","html_url":"https://github.com/okitan/ink-slack","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/okitan/ink-slack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okitan%2Fink-slack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okitan%2Fink-slack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okitan%2Fink-slack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okitan%2Fink-slack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okitan","download_url":"https://codeload.github.com/okitan/ink-slack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okitan%2Fink-slack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005415,"owners_count":26083883,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["slack"],"created_at":"2025-10-10T21:29:16.923Z","updated_at":"2025-10-10T21:29:22.530Z","avatar_url":"https://github.com/okitan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ink-slack\n\nrender Slack blocks into console\n\n## Install\n\n```console\n$ npm install @okitan/ink-slack ink react\n```\n\n## Usage\n\n```typescript\nimport { Slack } from \"@okitan/ink-slack\";\nimport type { KnownBlock } from \"@slack/types\";\nimport { render } from \"ink\";\n\nconst blocks: KnownBlock[] = [\n  {\n    type: \"section\",\n    text: {\n      type: \"mrkdwn\",\n      text: \"New Paid Time Off request from \u003cexample.com|Fred Enriquez\u003e\\n\\n\u003chttps://example.com|View request\u003e\",\n    },\n  },\n];\n\nrender(\u003cSlack\u003e{blocks}\u003c/Slack\u003e); /* =\u003e outputed\nNew Paid Time Off request from Fred Enriquez (example.com)\n\nView request (https://example.com)\n*/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokitan%2Fink-slack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokitan%2Fink-slack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokitan%2Fink-slack/lists"}