{"id":13424506,"url":"https://github.com/MakeNowJust/crustache","last_synced_at":"2025-03-15T18:35:18.807Z","repository":{"id":53572569,"uuid":"38856388","full_name":"makenowjust/crustache","owner":"makenowjust","description":"{{Mustache}} for Crystal :gem:","archived":false,"fork":false,"pushed_at":"2024-03-13T10:29:50.000Z","size":114,"stargazers_count":83,"open_issues_count":3,"forks_count":12,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-04T00:41:33.409Z","etag":null,"topics":["crystal","mustache","template"],"latest_commit_sha":null,"homepage":"https://mustache.github.io","language":"Crystal","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/makenowjust.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-07-10T02:27:49.000Z","updated_at":"2024-05-31T11:54:07.000Z","dependencies_parsed_at":"2024-05-02T20:01:06.048Z","dependency_job_id":"fd472f31-2dd8-4353-b96b-c62403e3003e","html_url":"https://github.com/makenowjust/crustache","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makenowjust%2Fcrustache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makenowjust%2Fcrustache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makenowjust%2Fcrustache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makenowjust%2Fcrustache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makenowjust","download_url":"https://codeload.github.com/makenowjust/crustache/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243775869,"owners_count":20346279,"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":["crystal","mustache","template"],"created_at":"2024-07-31T00:00:55.343Z","updated_at":"2025-03-15T18:35:13.784Z","avatar_url":"https://github.com/makenowjust.png","language":"Crystal","funding_links":[],"categories":["Crystal","Template Engine"],"sub_categories":[],"readme":"# crustache\n\ncrustache is the implementation of __[mustache](https://mustache.github.io/)__ logic-less templates.\n\nThis library implemated [mustache's spec v1.1.2+λ](https://github.com/mustache/spec/tree/v1.1.2).\n\n[![test](https://github.com/makenowjust/crustache/actions/workflows/test.yml/badge.svg)](https://github.com/makenowjust/crustache/actions/workflows/test.yml)\n\u003c!-- [![docrystal.org](http://www.docrystal.org/badge.svg)](http://www.docrystal.org/github.com/MakeNowJust/crustache) --\u003e\n\n## Installation\n\nAdd this to your application's `shard.yml`:\n\n```yaml\ndependencies:\n  crustache:\n    github: MakeNowJust/crustache\n```\n\n## Usage\n\n```crystal\nrequire \"crustache\"\n\n# Parse a mustache template\ntemplate = Crustache.parse \"Hello {{Name}} World!\"\n\n# Make a model\nmodel = {\"Name\" =\u003e \"Crustache\"}\n\n# Render!\nputs Crustache.render template, model\n#=\u003e Hello Crustache World!\n```\n\n## Development\n\n**NOTE:** Please run `git submodule update --init` before running spec.\n\nThis library's specs are put in `spec` directory.\nThey can run by `crystal spec` command.\n\n## Contributing\n\n1. [Fork it](https://github.com/MakeNowJust/crustache/fork)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## License\n\nMIT\n© TSUYUSATO \"[MakeNowJust](https://quine.codes)\" Kitsune \u003c\u003cmake.just.on@gmail.com\u003e\u003e 2015-2020\n\n## Contributors\n\n- [@MakeNowJust](https://github.com/MakeNowJust) TSUYUSATO Kitsune - creator, maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMakeNowJust%2Fcrustache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMakeNowJust%2Fcrustache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMakeNowJust%2Fcrustache/lists"}