{"id":16832650,"url":"https://github.com/zswang/gulp-jdists","last_synced_at":"2026-05-16T22:05:01.552Z","repository":{"id":36907615,"uuid":"41214643","full_name":"zswang/gulp-jdists","owner":"zswang","description":"Code block processing with jdists - gulp plugin","archived":false,"fork":false,"pushed_at":"2018-05-30T13:35:02.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T01:07:29.648Z","etag":null,"topics":["gulp","jdists"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zswang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-22T16:01:01.000Z","updated_at":"2018-05-30T13:35:03.000Z","dependencies_parsed_at":"2022-08-25T21:22:43.783Z","dependency_job_id":null,"html_url":"https://github.com/zswang/gulp-jdists","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/zswang%2Fgulp-jdists","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fgulp-jdists/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fgulp-jdists/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fgulp-jdists/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zswang","download_url":"https://codeload.github.com/zswang/gulp-jdists/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244141479,"owners_count":20404837,"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":["gulp","jdists"],"created_at":"2024-10-13T11:49:53.839Z","updated_at":"2026-05-16T22:05:01.510Z","avatar_url":"https://github.com/zswang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-jdists [![Build Status](https://img.shields.io/travis/zswang/gulp-jdists/master.svg)](https://travis-ci.org/zswang/gulp-jdists) [![NPM version](https://img.shields.io/npm/v/gulp-jdists.svg)](http://badge.fury.io/js/gulp-jdists)\n\n\u003e Code block processing with [jdists](https://github.com/zswang/jdists).\n\n## Installation\n\nInstall package with NPM and add it to your development dependencies:\n\n`npm install --save-dev gulp-jdists`\n\n## Usage\n\n```javascript\nvar jdists = require('gulp-jdists');\n\ngulp.task('dist', function() {\n  return gulp.src('lib/*.js')\n    .pipe(jdists())\n    .pipe(gulp.dest('dist'));\n});\n```\n\n## Options\n\n- `remove`\n\n\tRemove block tag name list (default \"remove,test\")\n\n- `trigger`\n\n\tTrigger name list (default \"release\")\n\n- `config`\n\n\tPath to config file (default \".jdistsrc\")\n\nMIT © [zswang](http://weibo.com/zswang)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzswang%2Fgulp-jdists","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzswang%2Fgulp-jdists","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzswang%2Fgulp-jdists/lists"}