{"id":13515413,"url":"https://github.com/colonjs/colon","last_synced_at":"2025-03-31T04:37:02.605Z","repository":{"id":45862851,"uuid":"91164330","full_name":"colonjs/colon","owner":"colonjs","description":"Minimal, concise and blazing fast template engine.","archived":false,"fork":false,"pushed_at":"2019-01-23T02:32:09.000Z","size":182,"stargazers_count":48,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T05:37:57.796Z","etag":null,"topics":["colon","javascript","template-engine"],"latest_commit_sha":null,"homepage":"https://colonjs.github.io","language":"JavaScript","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/colonjs.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":"2017-05-13T09:45:15.000Z","updated_at":"2023-11-20T13:14:03.000Z","dependencies_parsed_at":"2022-08-20T10:30:30.296Z","dependency_job_id":null,"html_url":"https://github.com/colonjs/colon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colonjs%2Fcolon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colonjs%2Fcolon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colonjs%2Fcolon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colonjs%2Fcolon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colonjs","download_url":"https://codeload.github.com/colonjs/colon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246418657,"owners_count":20773934,"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":["colon","javascript","template-engine"],"created_at":"2024-08-01T05:01:10.969Z","updated_at":"2025-03-31T04:37:01.661Z","avatar_url":"https://github.com/colonjs.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003c!-- README.md --\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"logo.png\" alt=\"colon\"\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003ecolon:\u003c/h1\u003e\n\u003cp align=\"center\"\u003eMinimal, concise and blazing fast template engine.\u003c/p\u003e\n\u003cp align=\"center\"\u003eServer side render is coming.\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://travis-ci.org/colonjs/colon\"\u003e\n        \u003cimg src=\"https://travis-ci.org/colonjs/colon.svg?branch=master\" alt=\"Travis-ci\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://www.npmjs.com/package/colon\"\u003e\n        \u003cimg src=\"https://img.shields.io/npm/v/colon.svg\" alt=\"NPM Version\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://www.npmjs.com/package/colon\"\u003e\n        \u003cimg src=\"https://img.shields.io/npm/dt/colon.svg\" alt=\"NPM Downloads\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"javascript:;\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/size/colonjs/colon/dist/colon.min.js.svg\" alt=\"size\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/colonjs/colon/blob/master/LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/colonjs/colon.svg\" alt=\"MIT License\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n### Usage\n\nSee [the website](https://colonjs.github.io/).\n\n### Why colon\n\n- `siwg`, `art-template`, `doT` ...\n\n```html\n\u003ch1\u003e{{ title }}\u003c/h1\u003e\n\u003cul\u003e\n{% for author in authors %}\n    \u003cli{% if loop.first %} class=\"first\"{% endif %}\u003e{{ author }}\u003c/li\u003e\n{% endfor %}\n\u003c/ul\u003e\n```\n\n- `colon`\n\n```html\n\u003ch1\u003e{{ title }}\u003c/h1\u003e\n\u003cul\u003e\n    \u003cli :each=\"(author, index) in authors\" :class=\"[index == 0 ? 'first' : '']\"\u003e{{ author }}\u003c/li\u003e\n\u003c/ul\u003e\n```\n\n`colon` has a more concise template syntax.\n\n### Thanks\n\n- syntax inspired by [Vue](https://github.com/vuejs/vue)\n\n### License\n\nLicensed under the [MIT License](https://github.com/colonjs/colon/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolonjs%2Fcolon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolonjs%2Fcolon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolonjs%2Fcolon/lists"}