{"id":15732592,"url":"https://github.com/jonschlinkert/gulp-liquid-to-handlebars","last_synced_at":"2025-04-14T05:43:06.313Z","repository":{"id":57258138,"uuid":"81228635","full_name":"jonschlinkert/gulp-liquid-to-handlebars","owner":"jonschlinkert","description":"Convert liquid templates to handlebars templates. There are many resources for Jekyll and liquid on github, but handlebars is a more accessible engine for javascript users. This solves that.","archived":false,"fork":false,"pushed_at":"2017-06-15T22:19:11.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T19:41:20.416Z","etag":null,"topics":["convert","converter","gulp","handlebars","liquid","plugin"],"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/jonschlinkert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-07T16:23:21.000Z","updated_at":"2018-03-12T16:27:31.000Z","dependencies_parsed_at":"2022-08-25T21:23:44.992Z","dependency_job_id":null,"html_url":"https://github.com/jonschlinkert/gulp-liquid-to-handlebars","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonschlinkert%2Fgulp-liquid-to-handlebars","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonschlinkert%2Fgulp-liquid-to-handlebars/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonschlinkert%2Fgulp-liquid-to-handlebars/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonschlinkert%2Fgulp-liquid-to-handlebars/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonschlinkert","download_url":"https://codeload.github.com/jonschlinkert/gulp-liquid-to-handlebars/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248281549,"owners_count":21077440,"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":["convert","converter","gulp","handlebars","liquid","plugin"],"created_at":"2024-10-04T00:21:06.700Z","updated_at":"2025-04-14T05:43:06.288Z","avatar_url":"https://github.com/jonschlinkert.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-liquid-to-handlebars [![NPM version](https://img.shields.io/npm/v/gulp-liquid-to-handlebars.svg?style=flat)](https://www.npmjs.com/package/gulp-liquid-to-handlebars) [![NPM monthly downloads](https://img.shields.io/npm/dm/gulp-liquid-to-handlebars.svg?style=flat)](https://npmjs.org/package/gulp-liquid-to-handlebars) [![NPM total downloads](https://img.shields.io/npm/dt/gulp-liquid-to-handlebars.svg?style=flat)](https://npmjs.org/package/gulp-liquid-to-handlebars) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/gulp-liquid-to-handlebars.svg?style=flat\u0026label=Travis)](https://travis-ci.org/jonschlinkert/gulp-liquid-to-handlebars)\n\n\u003e Convert liquid templates to handlebars templates. There are so many resources for jekyll and liquid on github, but handlebars is a better engine for javascript.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save gulp-liquid-to-handlebars\n```\n\n## Usage\n\nThi is a plugin for [liquid-to-handlebars](https://github.com/jonschlinkert/liquid-to-handlebars), see that project for full details and documentation.\n\n```js\nvar gulp = require('gulp');\nvar convert = require('gulp-liquid-to-handlebars');\n\ngulp.task('templates', function() {\n  return gulp.src('jekyll_project/**/*.{html,md}')\n    .pipe(convert())\n    .pipe(gulp.dest('dist'));\n});\n\ngulp.task('assets', function(cb) {\n  return gulp.src(['**/*', '!**/*.{html,md}'], {dot: true})\n    .pipe(gulp.dest('dist'));\n});\n```\n\n## About\n\n### Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).\n\nPlease read the [contributing guide](.github/contributing.md) for advice on opening issues, pull requests, and coding standards.\n\n### Building docs\n\n_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_\n\nTo generate the readme, run the following command:\n\n```sh\n$ npm install -g verbose/verb#dev verb-generate-readme \u0026\u0026 verb\n```\n\n### Running tests\n\nRunning and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:\n\n```sh\n$ npm install \u0026\u0026 npm test\n```\n\n### Author\n\n**Jon Schlinkert**\n\n* [github/jonschlinkert](https://github.com/jonschlinkert)\n* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)\n\n### License\n\nCopyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).\nReleased under the [MIT License](LICENSE).\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on June 15, 2017._","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonschlinkert%2Fgulp-liquid-to-handlebars","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonschlinkert%2Fgulp-liquid-to-handlebars","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonschlinkert%2Fgulp-liquid-to-handlebars/lists"}