{"id":15839559,"url":"https://github.com/afeiship/gulp-github-md2html","last_synced_at":"2026-05-07T06:33:49.034Z","repository":{"id":57123129,"uuid":"69045767","full_name":"afeiship/gulp-github-md2html","owner":"afeiship","description":"Gulp plugin for github markdown to html.","archived":false,"fork":false,"pushed_at":"2023-03-17T05:11:39.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-16T03:31:59.715Z","etag":null,"topics":["github","gulp","html","markdown","md"],"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/afeiship.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,"governance":null}},"created_at":"2016-09-23T17:19:06.000Z","updated_at":"2023-03-16T23:17:03.000Z","dependencies_parsed_at":"2023-07-17T18:55:02.460Z","dependency_job_id":null,"html_url":"https://github.com/afeiship/gulp-github-md2html","commit_stats":null,"previous_names":["afeiship/ushell-module-react"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/afeiship/gulp-github-md2html","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fgulp-github-md2html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fgulp-github-md2html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fgulp-github-md2html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fgulp-github-md2html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afeiship","download_url":"https://codeload.github.com/afeiship/gulp-github-md2html/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fgulp-github-md2html/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259654281,"owners_count":22890982,"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":["github","gulp","html","markdown","md"],"created_at":"2024-10-05T16:20:26.402Z","updated_at":"2026-05-07T06:33:44.014Z","avatar_url":"https://github.com/afeiship.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-github-md2html\n\u003e Gulp plugin for github markdown to html.\n\n## installation\n```shell\n# public\nyarn add --dev @jswork/gulp-github-md2html\n```\n\n## usage\n```js\n\"use strict\";\n\nconst gulp = require('gulp');\nconst md2html = require('@jswork/gulp-github-md2html');\nconst rename = require('gulp-rename');\n\ngulp.task('demo', function () {\n  return gulp\n    .src('src/*.md')\n    .pipe(md2html())\n    .pipe(rename({ extname: '.html' }))\n    .pipe(gulp.dest('dist'));\n});\n\ngulp.task('default', gulp.series(['demo']));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fgulp-github-md2html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafeiship%2Fgulp-github-md2html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fgulp-github-md2html/lists"}