{"id":19258505,"url":"https://github.com/breakdance/gulp-breakdance","last_synced_at":"2025-04-21T15:31:34.213Z","repository":{"id":57256961,"uuid":"93309530","full_name":"breakdance/gulp-breakdance","owner":"breakdance","description":"Gulp plugin for breakdance, the HTML-to-markdown converter for node.js.","archived":false,"fork":false,"pushed_at":"2017-06-04T11:44:18.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T11:47:01.402Z","etag":null,"topics":["conversion","convert","converter","html","html-to-markdown","html-to-md","markdown","markup","md","to-markdown","to-md"],"latest_commit_sha":null,"homepage":"http://breakdance.io","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/breakdance.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-06-04T11:39:46.000Z","updated_at":"2019-01-02T22:34:14.000Z","dependencies_parsed_at":"2022-08-25T02:41:01.874Z","dependency_job_id":null,"html_url":"https://github.com/breakdance/gulp-breakdance","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/breakdance%2Fgulp-breakdance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breakdance%2Fgulp-breakdance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breakdance%2Fgulp-breakdance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breakdance%2Fgulp-breakdance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/breakdance","download_url":"https://codeload.github.com/breakdance/gulp-breakdance/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250080668,"owners_count":21371547,"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":["conversion","convert","converter","html","html-to-markdown","html-to-md","markdown","markup","md","to-markdown","to-md"],"created_at":"2024-11-09T19:13:34.812Z","updated_at":"2025-04-21T15:31:33.963Z","avatar_url":"https://github.com/breakdance.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-breakdance [![NPM version](https://img.shields.io/npm/v/gulp-breakdance.svg?style=flat)](https://www.npmjs.com/package/gulp-breakdance) [![NPM monthly downloads](https://img.shields.io/npm/dm/gulp-breakdance.svg?style=flat)](https://npmjs.org/package/gulp-breakdance) [![NPM total downloads](https://img.shields.io/npm/dt/gulp-breakdance.svg?style=flat)](https://npmjs.org/package/gulp-breakdance) [![Linux Build Status](https://img.shields.io/travis/breakdance/gulp-breakdance.svg?style=flat\u0026label=Travis)](https://travis-ci.org/breakdance/gulp-breakdance)\n\n\u003e Gulp plugin for breakdance, the HTML-to-markdown converter for node.js.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save gulp-breakdance\n```\n\n## Heads up!\n\nPlease report all bugs related to HTML-to-markdown conversion on the [breakdance issue tracker](https://github.com/breakdance/breakdance/issues).\n\n## Usage\n\nVisit [breakdance.io](http://breakdance.io) for all available features and options.\n\n```js\nvar breakdance = require('gulp-breakdance');\n\ngulp.task('breakdance', function() {\n  return gulp.src('foo/*.html')\n    .pipe(breakdance([options]))\n    .pipe(gulp.dest('bar'));\n});\n```\n\n## About\n\n### Related projects\n\n* [breakdance](https://www.npmjs.com/package/breakdance): Breakdance is a node.js library for converting HTML to markdown. Highly pluggable, flexible and easy… [more](http://breakdance.io) | [homepage](http://breakdance.io \"Breakdance is a node.js library for converting HTML to markdown. Highly pluggable, flexible and easy to use. It's time for your markup to get down.\")\n* [gulp-html-toc](https://www.npmjs.com/package/gulp-html-toc): Gulp plugin for html-toc, for generating a HTML table of contents. | [homepage](https://github.com/jonschlinkert/gulp-html-toc \"Gulp plugin for html-toc, for generating a HTML table of contents.\")\n* [gulp-htmlmin](https://www.npmjs.com/package/gulp-htmlmin): gulp plugin to minify HTML. | [homepage](https://github.com/jonschlinkert/gulp-htmlmin#readme \"gulp plugin to minify HTML.\")\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 04, 2017._","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreakdance%2Fgulp-breakdance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbreakdance%2Fgulp-breakdance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreakdance%2Fgulp-breakdance/lists"}