{"id":38774051,"url":"https://github.com/m15a/purescript-choku","last_synced_at":"2026-01-17T12:10:24.200Z","repository":{"id":219122709,"uuid":"747538514","full_name":"m15a/purescript-choku","owner":"m15a","description":"Chalk bindings for PureScript","archived":false,"fork":false,"pushed_at":"2024-10-28T13:59:56.000Z","size":212,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-28T17:03:41.267Z","etag":null,"topics":["chalk","cli","purescript"],"latest_commit_sha":null,"homepage":"","language":"PureScript","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/m15a.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2024-01-24T06:07:11.000Z","updated_at":"2024-10-28T13:59:52.000Z","dependencies_parsed_at":"2024-02-15T02:27:17.657Z","dependency_job_id":"1f4954c6-603d-42dd-8f40-5a816eba007f","html_url":"https://github.com/m15a/purescript-choku","commit_stats":null,"previous_names":["m15a/purescript-chalk"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/m15a/purescript-choku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m15a%2Fpurescript-choku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m15a%2Fpurescript-choku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m15a%2Fpurescript-choku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m15a%2Fpurescript-choku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m15a","download_url":"https://codeload.github.com/m15a/purescript-choku/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m15a%2Fpurescript-choku/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28508464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T11:50:55.898Z","status":"ssl_error","status_checked_at":"2026-01-17T11:50:55.569Z","response_time":85,"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":["chalk","cli","purescript"],"created_at":"2026-01-17T12:10:24.060Z","updated_at":"2026-01-17T12:10:24.192Z","avatar_url":"https://github.com/m15a.png","language":"PureScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# purescript-choku\n\n[Chalk](https://github.com/chalk/chalk) bindings for PureScript.\n\n([Chōku][1] means chalk in Japanese.)\n\n[![ci][b1]][b2]\n[![release][b3]][b4]\n[![pursuit][b5]][b6]\n[![maintainer][b7]][b8]\n\n[b1]: https://github.com/m15a/purescript-choku/actions/workflows/ci.yml/badge.svg\n[b2]: https://github.com/m15a/purescript-choku/actions/workflows/ci.yml\n[b3]: https://img.shields.io/github/release/m15a/purescript-choku.svg\n[b4]: https://github.com/m15a/purescript-choku/releases\n[b5]: https://pursuit.purescript.org/packages/purescript-choku/badge\n[b6]: https://pursuit.purescript.org/packages/purescript-choku\n[b7]: https://img.shields.io/badge/maintainer-m15a-teal.svg\n[b8]: https://github.com/m15a/\n\n## Example\n\n```purescript\nmain = do\n  let\n    space = reset :\u0026 \" \"\n    cr = reset :\u0026 \"\\n\"\n    end = reset :\u0026 \"\"\n\n  log =\u003c\u003c bold          :\u0026 \"bold\"          \u003c\u003e space\n       \u003c\u003e dim           :\u0026 \"dim\"           \u003c\u003e space\n       \u003c\u003e italic        :\u0026 \"italic\"        \u003c\u003e space\n       \u003c\u003e underline     :\u0026 \"underline\"     \u003c\u003e space\n       \u003c\u003e inverse       :\u0026 \"inverse\"       \u003c\u003e space\n       \u003c\u003e strikethrough :\u0026 \"strikethrough\" \u003c\u003e space\n\n       \u003c\u003e black   :\u0026 \"black\"   \u003c\u003e cr\n       \u003c\u003e red     :\u0026 \"red\"     \u003c\u003e space\n       \u003c\u003e green   :\u0026 \"green\"   \u003c\u003e space\n       \u003c\u003e yellow  :\u0026 \"yellow\"  \u003c\u003e space\n       \u003c\u003e blue    :\u0026 \"blue\"    \u003c\u003e space\n       \u003c\u003e magenta :\u0026 \"magenta\" \u003c\u003e space\n       \u003c\u003e cyan    :\u0026 \"cyan\"    \u003c\u003e space\n       \u003c\u003e white   :\u0026 \"white\"   \u003c\u003e space\n       \u003c\u003e gray    :\u0026 \"gray\"    \u003c\u003e space\n\n       \u003c\u003e bgBlack   :\u0026 \"bgBlack\"   \u003c\u003e cr\n       \u003c\u003e bgRed     :\u0026 \"bgRed\"     \u003c\u003e space\n       \u003c\u003e bgGreen   :\u0026 \"bgGreen\"   \u003c\u003e space\n       \u003c\u003e bgYellow  :\u0026 \"bgYellow\"  \u003c\u003e space\n       \u003c\u003e bgBlue    :\u0026 \"bgBlue\"    \u003c\u003e space\n       \u003c\u003e bgMagenta :\u0026 \"bgMagenta\" \u003c\u003e space\n       \u003c\u003e bgCyan    :\u0026 \"bgCyan\"    \u003c\u003e space\n       \u003c\u003e bgWhite   :\u0026 \"bgWhite\"   \u003c\u003e end\n```\n\nprints like\n\n![Example](_assets/example.png)\n\n## Installation\n\n```console\n$ npm install chalk\n$ spago install choku\n```\n\n## License\n\n[MIT](LICENSE)\n\n[1]: https://en.wiktionary.org/wiki/%E3%83%81%E3%83%A7%E3%83%BC%E3%82%AF\n\n\u003c!-- vim: set tw=72 spell: --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm15a%2Fpurescript-choku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm15a%2Fpurescript-choku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm15a%2Fpurescript-choku/lists"}