{"id":21358535,"url":"https://github.com/logicblocks/antsy","last_synced_at":"2025-06-29T18:04:57.754Z","repository":{"id":47745396,"uuid":"200516071","full_name":"logicblocks/antsy","owner":"logicblocks","description":"Simple ANSI escape code library for Clojure.","archived":false,"fork":false,"pushed_at":"2025-06-20T13:47:41.000Z","size":349,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-06-20T14:39:37.310Z","etag":null,"topics":["ansi","ansi-colors","ansi-escape","clojure","clojure-library","terminal","terminal-colors"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","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/logicblocks.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/supported-display-aspects.html","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-08-04T16:28:02.000Z","updated_at":"2025-06-20T13:47:37.000Z","dependencies_parsed_at":"2023-12-11T14:34:56.977Z","dependency_job_id":"db906e4d-2d42-48a6-b16a-fce5b46d4ed8","html_url":"https://github.com/logicblocks/antsy","commit_stats":{"total_commits":76,"total_committers":2,"mean_commits":38.0,"dds":"0.052631578947368474","last_synced_commit":"d606d3306d7424a0ddee0eeb52ecfc7b4859ed1e"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/logicblocks/antsy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicblocks%2Fantsy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicblocks%2Fantsy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicblocks%2Fantsy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicblocks%2Fantsy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/logicblocks","download_url":"https://codeload.github.com/logicblocks/antsy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicblocks%2Fantsy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260966280,"owners_count":23090064,"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":["ansi","ansi-colors","ansi-escape","clojure","clojure-library","terminal","terminal-colors"],"created_at":"2024-11-22T05:18:30.756Z","updated_at":"2025-06-29T18:04:57.729Z","avatar_url":"https://github.com/logicblocks.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# antsy\n\n[![Clojars Project](https://img.shields.io/clojars/v/io.logicblocks/antsy.svg)](https://clojars.org/io.logicblocks/antsy)\n[![Clojars Downloads](https://img.shields.io/clojars/dt/io.logicblocks/antsy.svg)](https://clojars.org/io.logicblocks/antsy)\n[![GitHub Contributors](https://img.shields.io/github/contributors-anon/logicblocks/antsy.svg)](https://github.com/logicblocks/antsy/graphs/contributors)\n\nSimple ANSI escape code library.\n\n## Install\n\nAdd the following to your `project.clj` file:\n\n```clj\n[io.logicblocks/antsy \"0.0.16\"]\n```\n\n## Documentation\n\n* [API Docs](http://logicblocks.github.io/antsy)\n\n## Usage\n\n```clojure\n(require '[antsy.core :as antsy])\n\n(println (str\n           antsy/bold-escape-sequence\n           antsy/red-bg-escape-sequence\n           \"Important!\"\n           antsy/reset-escape-sequence))\n\n(println (antsy/bold \"Important!\"))\n(println (antsy/red-fg \"Something went wrong...\"))\n\n(println (antsy/-\u003e \"[Incoming Message]\" :bold :green-fg))\n```\n\nSee the [API Docs](http://logicblocks.github.io/antsy) for a more complete\ngetting started guide.\n\n## Credits\n\n`antsy` is heavily inspired by [`pretty`](https://github.com/AvisoNovate/pretty)\nand [`clansi`](https://github.com/ams-clj/clansi).\n\n## License\n\nCopyright \u0026copy; 2019 LogicBlocks Maintainers\n\nDistributed under the terms of the\n[MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogicblocks%2Fantsy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogicblocks%2Fantsy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogicblocks%2Fantsy/lists"}