{"id":15486222,"url":"https://github.com/fakoua/cowsay","last_synced_at":"2026-02-08T13:32:10.859Z","repository":{"id":62421564,"uuid":"230662515","full_name":"fakoua/cowsay","owner":"fakoua","description":"Configurable talking cow for Deno","archived":false,"fork":false,"pushed_at":"2020-09-16T15:48:26.000Z","size":56,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-04T06:25:20.474Z","etag":null,"topics":["cli","console","cowsay","deno","terminal"],"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/fakoua.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}},"created_at":"2019-12-28T20:24:33.000Z","updated_at":"2023-09-14T04:08:43.000Z","dependencies_parsed_at":"2022-11-01T17:31:55.883Z","dependency_job_id":null,"html_url":"https://github.com/fakoua/cowsay","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/fakoua/cowsay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fakoua%2Fcowsay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fakoua%2Fcowsay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fakoua%2Fcowsay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fakoua%2Fcowsay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fakoua","download_url":"https://codeload.github.com/fakoua/cowsay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fakoua%2Fcowsay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29231509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T13:10:22.947Z","status":"ssl_error","status_checked_at":"2026-02-08T13:08:18.779Z","response_time":57,"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":["cli","console","cowsay","deno","terminal"],"created_at":"2024-10-02T06:07:10.801Z","updated_at":"2026-02-08T13:32:10.841Z","avatar_url":"https://github.com/fakoua.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cowsay\r\n\r\nConfigurable talking cow for deno\r\n\r\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/fakoua/cowsay?style=for-the-badge)\r\n![GitHub](https://img.shields.io/github/license/fakoua/cowsay?style=for-the-badge)\r\n![GitHub last commit](https://img.shields.io/github/last-commit/fakoua/cowsay?style=for-the-badge)\r\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/fakoua/cowsay/Deno%20CI?style=for-the-badge)\r\n\r\n```bash\r\n ________________\r\n\u003c Deno is Great! \u003e\r\n ----------------\r\n        \\   ^__^\r\n         \\  (oo)\\_______\r\n            (__)\\       )\\/\\\r\n                ||----w |\r\n                ||     ||\r\n```\r\n\r\n## Examples\r\n\r\n```ts\r\nimport * as o from 'https://deno.land/x/cowsay/mod.ts'\r\n\r\nlet m = o.say({\r\n    text: 'hello every one'\r\n})\r\nconsole.log(m)\r\n```\r\n\r\nOr you can trigger the cli:\r\n\r\n```bash\r\ndeno run https://deno.land/x/cowsay/cowsay.ts -t=\"Hello world\"\r\n```\r\n\r\n## CLI arguments\r\n\r\n```bash\r\narguments:\r\n    --text       |   -t: Message Text [ex: --text=\"Hello world\" ]\r\n    --cow        |   -c: Cow image (default value is \"cow\") [ex: --cow=\"cat2\" ]\r\n    --mode       |   -m: Predefined eyes/tonges (from 1 to 8) [ex: --mode=3]\r\n    --eyes       |   -e: Eyes of the image if exists (default: \"oo\") [ex: --eyes=\"@@\" ]\r\n    --tongue     |   -g: Tongue of the image (default: \"U\") [ex: --tongue=\"V\" ]\r\n    --random     |   -r: Pick random cow (default false) [ex: --random ]\r\n    --think      |   -k: Use think insted of say (default false) [ex: --think ]\r\n    --wrap       |   -w: Wrap the text (default false) [ex: --wrap ]\r\n    --wrapLength | --wl: Where the message should be wrapped (default 40) [ex: --wrapLength=10 ]\r\n    --list       | --ls: List the available cows\r\n\r\nexample:\r\n    deno run https://deno.land/x/cowsay/cowsay.ts -t=\"Hello World\" -r\r\n```\r\n\r\n## Options\r\n\r\n```ts\r\nlet m = o.say({\r\n    text: 'hello',\r\n    cow: 'cat', // Template for a cow (check the folder cows)\r\n    eyes: 'oo', // Select the appearance of the cow's eyes, equivalent to cowsay -e\r\n    tongue: 'U', // The tongue is configurable similarly to the eyes through -T and tongue_string, equivalent to cowsay -T\r\n    wrap: false, // If it is specified, the given message will not be word-wrapped\r\n    wrapLength: 40, // Specifies roughly where the message should be wrapped.\r\n    mode: 1, // 1...9,\r\n    random: false //Draw random cow\r\n})\r\nconsole.log(m)\r\n```\r\n\r\n## Credits\r\n\r\ncowsay is heavily inspired by [cowsay](https://github.com/piuccio/cowsay) with deno support.\r\n\r\n## License\r\n\r\n[MIT](LICENSE)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffakoua%2Fcowsay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffakoua%2Fcowsay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffakoua%2Fcowsay/lists"}