{"id":19712551,"url":"https://github.com/shan-shaji/chalkdart","last_synced_at":"2025-04-29T18:30:55.723Z","repository":{"id":48269562,"uuid":"390211938","full_name":"shan-shaji/chalkdart","owner":"shan-shaji","description":"Chalk package helps to style your terminal strings🎨.","archived":false,"fork":false,"pushed_at":"2023-01-30T16:07:59.000Z","size":443,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T18:52:05.670Z","etag":null,"topics":["ansi-escape-codes","ansi-escape-sequences","chalk","chalk-dart","chalkdart","cli","dart","dart-cli","hacktoberfest-accepted"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/chalk","language":"Dart","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/shan-shaji.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-07-28T04:24:36.000Z","updated_at":"2024-04-07T12:39:35.000Z","dependencies_parsed_at":"2023-02-16T09:15:39.285Z","dependency_job_id":null,"html_url":"https://github.com/shan-shaji/chalkdart","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shan-shaji%2Fchalkdart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shan-shaji%2Fchalkdart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shan-shaji%2Fchalkdart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shan-shaji%2Fchalkdart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shan-shaji","download_url":"https://codeload.github.com/shan-shaji/chalkdart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251559774,"owners_count":21609072,"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-escape-codes","ansi-escape-sequences","chalk","chalk-dart","chalkdart","cli","dart","dart-cli","hacktoberfest-accepted"],"created_at":"2024-11-11T22:17:37.719Z","updated_at":"2025-04-29T18:30:55.280Z","avatar_url":"https://github.com/shan-shaji.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\t\u003ca href=\"#\"\u003e\u003cimg src=\"https://i.imgur.com/82fSz51.png\" width=\"900px\" /\u003e\u003c/a\u003e\n\t\u003cp align=\"center\"\u003e\u003cb\u003eStyle your terminal strings🎨\u003c/b\u003e  \u003c/p\u003e\n\u003c/p\u003e\n\n----\n\nThis is a feature clone of the awesome [Chalk](https://github.com/chalk/chalk) (JavaScript) library.\n\nAll credits go to [Sindre Sorhus](https://github.com/sindresorhus).\n\n[![Build Status](https://www.travis-ci.com/shan-shaji/chalkdart.svg?branch=main)](https://www.travis-ci.com/shan-shaji/chalkdart)\n\n\u003cimg src='https://raw.githubusercontent.com/shan-shaji/chalkdart/main/screenshot.PNG'\u003e\n\n## Highlights\n\n- Expressive API\n- Highly performant\n- Ability to nest styles\n- Clean and focused\n\n## Install\n\nWith dart:\n\n```dart\n$ dart pub add chalk\n```\nWith Flutter:\n\n```dart\n$ flutter pub add chalk\n```\nChalk comes with an easy to use API where you just chain the styles you want.\n\n```dart\n\n  // Specify font face by using [ftFace] property\n  print(chalk.blue('blue text', ftFace: ChalkFtFace.italic));\n  print(chalk.red('red Text', ftFace: ChalkFtFace.bold));\n\n  // Chain styles\n  print(chalk.faint('faint text').blue());\n  print(chalk.cyan('cyan').bold());\n\n  // Not widely supported\n  print(chalk.yellow('yellow').underLined());\n  print(chalk.yellow('yellow').strikeThrough());\n\n  // Combine styled and normal strings\n  print('chain text'.green() + ' Normal Text ' + 'chain text2'.red());\n  print('\\n');\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshan-shaji%2Fchalkdart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshan-shaji%2Fchalkdart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshan-shaji%2Fchalkdart/lists"}