{"id":23674020,"url":"https://github.com/farism/gulp-any-template","last_synced_at":"2026-05-10T02:42:02.702Z","repository":{"id":57256767,"uuid":"101048573","full_name":"farism/gulp-any-template","owner":"farism","description":"A gulp plugin to compile (almost) any template languge","archived":false,"fork":false,"pushed_at":"2017-08-26T07:46:25.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T21:54:30.603Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/farism.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":"2017-08-22T09:56:07.000Z","updated_at":"2017-08-22T09:59:56.000Z","dependencies_parsed_at":"2022-08-25T02:31:49.787Z","dependency_job_id":null,"html_url":"https://github.com/farism/gulp-any-template","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/farism%2Fgulp-any-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farism%2Fgulp-any-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farism%2Fgulp-any-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farism%2Fgulp-any-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farism","download_url":"https://codeload.github.com/farism/gulp-any-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239706232,"owners_count":19683816,"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":[],"created_at":"2024-12-29T12:58:51.100Z","updated_at":"2025-12-23T05:30:11.338Z","avatar_url":"https://github.com/farism.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-any-template [![Circle CI](https://circleci.com/gh/farism/gulp-any-template/tree/master.svg?style=svg)](https://circleci.com/gh/farism/gulp-any-template/tree/master)\n\nZero-config Gulp plugin to pipe any template format and emit an interpolated file. Currently supported templating engines are:\n\n- Dustjs-linkedin\n- EJS\n- Handlebars\n- Hogan\n- lodash.template\n- Mustache\n- Pug\n- Swig\n- underscore.template\n\n#### Example\n\n```js\nconst anyTemplate = require('gulp-any-template')\n\ngulp.task('compile-template', () =\u003e {\n  return gulp.src('index.ejs')\n    .pipe(anyTemplate({ title: 'Title' }))\n    .pipe(rename('index.html'))\n    .pipe(gulp.dest('build'))\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarism%2Fgulp-any-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarism%2Fgulp-any-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarism%2Fgulp-any-template/lists"}