{"id":13551691,"url":"https://github.com/felangel/mason","last_synced_at":"2025-05-14T08:08:54.060Z","repository":{"id":36975458,"uuid":"300044841","full_name":"felangel/mason","owner":"felangel","description":"Tools which allow developers to create and consume reusable templates called bricks.","archived":false,"fork":false,"pushed_at":"2025-04-08T05:24:54.000Z","size":5547,"stargazers_count":1022,"open_issues_count":85,"forks_count":101,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-11T21:46:23.986Z","etag":null,"topics":["bricks","cli","command-line","command-line-tool","dart","dart-package","flutter","mason","mustache","mustache-templates","mustache-templating","template","template-generator","templates","templating"],"latest_commit_sha":null,"homepage":"https://docs.brickhub.dev","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felangel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["felangel"]}},"created_at":"2020-09-30T19:53:53.000Z","updated_at":"2025-04-10T12:17:03.000Z","dependencies_parsed_at":"2023-01-17T10:31:47.864Z","dependency_job_id":"0f133426-3176-4553-b01a-b1a700b4b258","html_url":"https://github.com/felangel/mason","commit_stats":null,"previous_names":[],"tags_count":247,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felangel%2Fmason","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felangel%2Fmason/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felangel%2Fmason/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felangel%2Fmason/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felangel","download_url":"https://codeload.github.com/felangel/mason/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101558,"owners_count":22014908,"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":["bricks","cli","command-line","command-line-tool","dart","dart-package","flutter","mason","mustache","mustache-templates","mustache-templating","template","template-generator","templates","templating"],"created_at":"2024-08-01T12:01:52.304Z","updated_at":"2025-05-14T08:08:49.052Z","avatar_url":"https://github.com/felangel.png","language":"Dart","funding_links":["https://github.com/sponsors/felangel"],"categories":["Dart","Template"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/felangel/mason/master/assets/mason_full.png\" height=\"125\" alt=\"mason logo\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/felangel/mason/actions\"\u003e\u003cimg src=\"https://github.com/felangel/mason/workflows/mason/badge.svg\" alt=\"mason\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/felangel/mason/actions\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/felangel/mason/master/packages/mason/coverage_badge.svg\" alt=\"coverage\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-purple.svg\" alt=\"License: MIT\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/felangel/mason\"\u003e\u003cimg src=\"https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge\" alt=\"Powered by Mason\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\nA collection of packages that enable developers to create and consume reusable templates called bricks.\n\n![Mason Demo][mason_demo]\n\n## Packages\n\n| Package                                                                             | Pub                                                                                                    |\n| ----------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |\n| [mason](https://github.com/felangel/mason/tree/master/packages/mason)               | [![pub package](https://img.shields.io/pub/v/mason.svg)](https://pub.dev/packages/mason)               |\n| [mason_api](https://github.com/felangel/mason/tree/master/packages/mason_api)       | [![pub package](https://img.shields.io/pub/v/mason_api.svg)](https://pub.dev/packages/mason_api)       |\n| [mason_cli](https://github.com/felangel/mason/tree/master/packages/mason_cli)       | [![pub package](https://img.shields.io/pub/v/mason_cli.svg)](https://pub.dev/packages/mason_cli)       |\n| [mason_logger](https://github.com/felangel/mason/tree/master/packages/mason_logger) | [![pub package](https://img.shields.io/pub/v/mason_logger.svg)](https://pub.dev/packages/mason_logger) |\n\n## Quick Start\n\n```sh\n# 🎯 Activate from https://pub.dev\ndart pub global activate mason_cli\n\n# 🚀 Initialize mason\nmason init\n\n# 📦 Install your first brick\nmason add hello\n\n# 🧱 Use your first brick\nmason make hello\n```\n\n## Documentation\n\nView the full documentation [here](https://docs.brickhub.dev).\n\n## Video Tutorials\n\n|                        **Package of the Week** by [_Flutter_](https://www.youtube.com/c/flutterdev)                         |             **Observable Flutter: Building a Mason brick** by [_Flutter_](https://www.youtube.com/c/flutterdev)             |\n| :-------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: |\n| [![mason (Package of the Week)](https://img.youtube.com/vi/qjA0JFiPMnQ/0.jpg)](https://www.youtube.com/watch?v=qjA0JFiPMnQ) | [![Observable Flutter: Building a Mason brick](https://img.youtube.com/vi/o8B1EfcUisw/0.jpg)](https://youtu.be/o8B1EfcUisw) |\n\n|                   **Meet Mason: Flutter Vikings 2022** by [Flutter Community](https://www.youtube.com/@FlutterCommunity)                    |  **Felix Angelov Demos Mason** by [_Very Good Ventures_](https://www.youtube.com/channel/UCMEL3IZanJyEmU9ycwnAGNA)   |\n| :-----------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------: |\n| [![Meet Mason: Intro to Templating and Custom Code Generation](https://img.youtube.com/vi/LXhgiF5HiQg/0.jpg)](https://youtu.be/LXhgiF5HiQg) | [![Mason Video Tutorial](https://img.youtube.com/vi/G4PTjA6tpTU/0.jpg)](https://www.youtube.com/watch?v=G4PTjA6tpTU) |\n\n[mason_demo]: https://raw.githubusercontent.com/felangel/mason/master/assets/mason_demo.gif\n\n## Badge\n\nAdd a markdown badge to indicate your project is powered by `mason` →\n[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason)\n\n```md\n[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelangel%2Fmason","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelangel%2Fmason","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelangel%2Fmason/lists"}