{"id":18376751,"url":"https://github.com/hcodes/gulp-jst_compiler","last_synced_at":"2025-10-29T12:41:25.303Z","repository":{"id":16902715,"uuid":"19663646","full_name":"hcodes/gulp-jst_compiler","owner":"hcodes","description":"A JST plugin for Gulp","archived":false,"fork":false,"pushed_at":"2015-12-07T22:48:59.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-01T02:56:00.555Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.org/package/gulp-jst_compiler","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/hcodes.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":"2014-05-11T10:27:20.000Z","updated_at":"2014-10-06T12:56:23.000Z","dependencies_parsed_at":"2022-07-26T11:18:45.630Z","dependency_job_id":null,"html_url":"https://github.com/hcodes/gulp-jst_compiler","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hcodes/gulp-jst_compiler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcodes%2Fgulp-jst_compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcodes%2Fgulp-jst_compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcodes%2Fgulp-jst_compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcodes%2Fgulp-jst_compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hcodes","download_url":"https://codeload.github.com/hcodes/gulp-jst_compiler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcodes%2Fgulp-jst_compiler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260489729,"owners_count":23017144,"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-11-06T00:24:38.218Z","updated_at":"2025-10-29T12:41:25.228Z","avatar_url":"https://github.com/hcodes.png","language":"JavaScript","readme":"gulp-jst_compiler\n=================\n\nA [JST compiler](https://github.com/hcodes/jst) plugin for Gulp\n\n[![NPM version](https://img.shields.io/npm/v/gulp-jst_compiler.svg?style=flat)](https://www.npmjs.com/package/gulp-jst_compiler)\n[![Build Status](https://img.shields.io/travis/hcodes/gulp-jst_compiler.svg?style=flat)](https://travis-ci.org/hcodes/gulp-jst_compiler)\n[![Dependency Status](https://img.shields.io/david/hcodes/gulp-jst_compiler.svg)](https://david-dm.org/hcodes/gulp-jst_compiler)\n\n## Install\n\n```\nnpm install gulp-jst_compiler --save-dev\n```\n\n## Usage\n```javascript\nvar jst = require('gulp-jst_compiler');\n\ngulp.task('jst', function () {\n  gulp.src('./templates/**/*.jst.html')\n    .pipe(jst('all.jst.js'))\n    .pipe(gulp.dest('./public/js'));\n});\n\ngulp.task('default', ['jst']);\n```\n\n\n## Options\n```javascript\n.pipe(jst('all.jst.js', {withoutKernel: true})) // compile without jst-kernel \n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhcodes%2Fgulp-jst_compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhcodes%2Fgulp-jst_compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhcodes%2Fgulp-jst_compiler/lists"}