{"id":23131712,"url":"https://github.com/peopledoc/broccoli-styledown","last_synced_at":"2025-10-26T08:51:22.745Z","repository":{"id":37065800,"uuid":"237022252","full_name":"peopledoc/broccoli-styledown","owner":"peopledoc","description":"Broccoli plugin for creating styledown html from css markup","archived":false,"fork":false,"pushed_at":"2023-09-26T12:01:14.000Z","size":638,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-03-22T20:38:20.766Z","etag":null,"topics":["approved-public","broccoli","broccoli-plugin","broccoli-styledown","ghec-mig-migrated","plugin","styledown","styleguide"],"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/peopledoc.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-29T15:55:57.000Z","updated_at":"2023-09-27T19:10:31.000Z","dependencies_parsed_at":"2025-02-09T18:40:51.192Z","dependency_job_id":null,"html_url":"https://github.com/peopledoc/broccoli-styledown","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peopledoc%2Fbroccoli-styledown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peopledoc%2Fbroccoli-styledown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peopledoc%2Fbroccoli-styledown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peopledoc%2Fbroccoli-styledown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peopledoc","download_url":"https://codeload.github.com/peopledoc/broccoli-styledown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247137884,"owners_count":20889947,"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":["approved-public","broccoli","broccoli-plugin","broccoli-styledown","ghec-mig-migrated","plugin","styledown","styleguide"],"created_at":"2024-12-17T11:15:57.017Z","updated_at":"2025-10-26T08:51:17.702Z","avatar_url":"https://github.com/peopledoc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# broccoli-styledown\n\nBroccoli plugin for generating styleguide HTML with [@peopledoc/Styledown](https://github.com/peopledoc/styledown)\n\nℹ️ This package is forked from [kmiyashiro/broccoli-styledown](https://github.com/kmiyashiro/broccoli-styledown).\n\n## Installation\n\nAdd the github registry in your `.npmrc` for @peopledoc scoped package:\n\n```\n# Points to Github NPM registry\n@peopledoc:registry=https://npm.pkg.github.com\n````\n\nThen you can install it:\n\n```bash\nnpm install --save-dev @peopledoc/broccoli-styledown\n```\n\n## Usage\n\n```js\nvar compileStyledown = require('@peopledoc/broccoli-styledown');\n\nvar outputTree = compileStyledown([inputTrees], options)\n```\n\n* **`inputTree`**: An array of nodes, `['styles', 'styleguide']`. Only CSS-like files and your config MD file will be passed to Styledown.\n* **`options`**: Hash of options\n  * **`configMd`**: (Default: `config.md`) Styledown config markdown file. Path relative to any inputNode. *NOTE*: If there are multiple config files with the same name in different inputNodes, bad things will probably happen.\n  * **`destFile`**: File to output generated styleguide HTML in build directory.\n  * **`styledown`**: A hash of options for [`Styledown.parse`](https://github.com/styledown/styledown/blob/master/index.js)\n\n## Development\n\n### Tests\n\n```bash\nnpm install\nnpm test\n```\n\n## Contributors\n\n\u003c!-- readme: contributors -start --\u003e\n\u003ctable\u003e\n\u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/KamiKillertO\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/9579729?v=4\" width=\"100;\" alt=\"KamiKillertO\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eKamiKillertO\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/kmiyashiro\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/71852?v=4\" width=\"100;\" alt=\"kmiyashiro\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003ekmiyashiro\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/ryuran\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/1309340?v=4\" width=\"100;\" alt=\"ryuran\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eryuran\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/GreatWizard\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/1322081?v=4\" width=\"100;\" alt=\"GreatWizard\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eGreatWizard\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/MrChocolatine\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/47531779?v=4\" width=\"100;\" alt=\"MrChocolatine\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eMrChocolatine\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/lifeart\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/1360552?v=4\" width=\"100;\" alt=\"lifeart\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003elifeart\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\u003c/tr\u003e\n\u003c/table\u003e\n\u003c!-- readme: contributors -end --\u003e\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeopledoc%2Fbroccoli-styledown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeopledoc%2Fbroccoli-styledown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeopledoc%2Fbroccoli-styledown/lists"}