{"id":21525265,"url":"https://github.com/superraytin/gulp-github-style-page","last_synced_at":"2025-03-17T18:18:55.755Z","repository":{"id":57257680,"uuid":"48751620","full_name":"superRaytin/gulp-github-style-page","owner":"superRaytin","description":"A gulp plugin for converting markdown content with @github-style-page.","archived":false,"fork":false,"pushed_at":"2015-12-30T02:51:49.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T05:37:57.103Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/superRaytin.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":"2015-12-29T14:40:10.000Z","updated_at":"2015-12-29T16:08:56.000Z","dependencies_parsed_at":"2022-08-25T21:22:42.042Z","dependency_job_id":null,"html_url":"https://github.com/superRaytin/gulp-github-style-page","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superRaytin%2Fgulp-github-style-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superRaytin%2Fgulp-github-style-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superRaytin%2Fgulp-github-style-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superRaytin%2Fgulp-github-style-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superRaytin","download_url":"https://codeload.github.com/superRaytin/gulp-github-style-page/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244085008,"owners_count":20395523,"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-24T01:34:09.622Z","updated_at":"2025-03-17T18:18:55.729Z","avatar_url":"https://github.com/superRaytin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-github-style-page\n\u003e Converting markdown content with [github-style-page](https://github.com/superRaytin/github-style-page).\n\n[![NPM version][npm-image]][npm-url]\n[![Downloads][downloads-image]][npm-url]\n[![Build Status](https://travis-ci.org/superRaytin/gulp-github-style-page.svg?branch=master)](https://travis-ci.org/superRaytin/gulp-github-style-page)\n\n[![gulp-github-style-page](https://nodei.co/npm/gulp-github-style-page.png)](https://npmjs.org/package/gulp-github-style-page)\n\n[npm-url]: https://npmjs.org/package/gulp-github-style-page\n[downloads-image]: http://img.shields.io/npm/dm/gulp-github-style-page.svg\n[npm-image]: http://img.shields.io/npm/v/gulp-github-style-page.svg\n\n# Installation\n\n```\nnpm install gulp gulp-github-style-page --save-dev\n```\n\n# Quick Start\n\n```js\nvar gulp = require('gulp');\nvar githubStylePage = require('gulp-github-style-page');\n\ngulp.task('taskName', function() {\n    return gulp.src('path/to/README.md')\n        .pipe(githubStylePage())\n        .pipe(gulp.dest('dist'));\n});\n```\n\nCustomize template:\n\n```js\ngulp.task('taskName2', function() {\n    return gulp.src('path/to/README.md')\n        .pipe(githubStylePage({\n            customizeTemplatePath: 'path/to/customTemplate.html',\n            vars: {\n                t: 'awesome',\n                v: '0.1.2'\n            }\n        }))\n        .pipe(gulp.dest('dist'));\n});\n```\n\nUse built-in template:\n\n```js\ngulp.task('taskName3', function() {\n    return gulp.src('path/to/README.md')\n        .pipe(githubStylePage({\n            template: 'project',\n            vars: {\n                pkg: {\n                    name: 'awesome',\n                    version: '0.1.0'\n                },\n                examples: ['simple', 'complex']\n            }\n        }))\n        .pipe(gulp.dest('dist'));\n});\n```\n\n## Options\n\nSee [github-style-page#options](https://github.com/superRaytin/github-style-page#options) for detail.\n\n# Testing\n\n```\nnpm test\n```\n\n# License\n\nMIT, see the [LICENSE](/LICENSE) file for detail.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperraytin%2Fgulp-github-style-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperraytin%2Fgulp-github-style-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperraytin%2Fgulp-github-style-page/lists"}