{"id":19258513,"url":"https://github.com/breakdance/breakdance-cli","last_synced_at":"2025-07-24T00:38:04.764Z","repository":{"id":57190384,"uuid":"91144586","full_name":"breakdance/breakdance-cli","owner":"breakdance","description":"CLI for breakdance, the HTML to markdown converter for node.js.","archived":false,"fork":false,"pushed_at":"2017-05-25T16:33:54.000Z","size":9,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-17T00:54:54.851Z","etag":null,"topics":["breakdance","cheerio","cli","command-line","convert","html","markdown","snapdragon"],"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-05-13T02:45:18.000Z","updated_at":"2023-05-25T01:31:27.000Z","dependencies_parsed_at":"2022-08-27T10:41:21.149Z","dependency_job_id":null,"html_url":"https://github.com/breakdance/breakdance-cli","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/breakdance/breakdance-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breakdance%2Fbreakdance-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breakdance%2Fbreakdance-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breakdance%2Fbreakdance-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breakdance%2Fbreakdance-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/breakdance","download_url":"https://codeload.github.com/breakdance/breakdance-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breakdance%2Fbreakdance-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266774799,"owners_count":23982247,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["breakdance","cheerio","cli","command-line","convert","html","markdown","snapdragon"],"created_at":"2024-11-09T19:13:35.693Z","updated_at":"2025-07-24T00:38:04.737Z","avatar_url":"https://github.com/breakdance.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# breakdance-cli [![NPM version](https://img.shields.io/npm/v/breakdance-cli.svg?style=flat)](https://www.npmjs.com/package/breakdance-cli) [![NPM monthly downloads](https://img.shields.io/npm/dm/breakdance-cli.svg?style=flat)](https://npmjs.org/package/breakdance-cli) [![NPM total downloads](https://img.shields.io/npm/dt/breakdance-cli.svg?style=flat)](https://npmjs.org/package/breakdance-cli)\n\n\u003e CLI 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 breakdance-cli\n```\n\n## Getting started\n\nIf you want to see how breakdance works, the CLI is the fastest way to get started.\n\n### Installing the CLI\n\nInstall the breakdance CLI with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install  --global breakdance-cli\n```\n\nThis adds the `bd` command to your system path, allowing you to run the breakdance CLI from any directory.\n\n```sh\n$ bd\n# also aliased as \"breakdance\" in case of conflicts\n$ breakdance\n```\n\nSee the [breakdance documentation](http://breakdance.io/docs.html#getting-started) for more information about usage and options.\n\n## About\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 May 12, 2017._","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreakdance%2Fbreakdance-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbreakdance%2Fbreakdance-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreakdance%2Fbreakdance-cli/lists"}