{"id":18990183,"url":"https://github.com/cheesegrinder/stencil-custom-readme","last_synced_at":"2025-10-14T18:32:22.065Z","repository":{"id":229245119,"uuid":"776067609","full_name":"CheeseGrinder/stencil-custom-readme","owner":"CheeseGrinder","description":"Plugin made for stencilJS to make custom readme","archived":false,"fork":false,"pushed_at":"2025-06-12T05:49:08.000Z","size":173,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T00:49:27.156Z","etag":null,"topics":["custom","documentation","plugin","readme","stencil"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/CheeseGrinder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":"audit-ci.json","citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-03-22T16:04:26.000Z","updated_at":"2024-08-22T10:46:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"16ad84e5-85d8-41d7-8761-8bbad0bec3c9","html_url":"https://github.com/CheeseGrinder/stencil-custom-readme","commit_stats":null,"previous_names":["cheesegrinder/stencil-custom-readme"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/CheeseGrinder/stencil-custom-readme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheeseGrinder%2Fstencil-custom-readme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheeseGrinder%2Fstencil-custom-readme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheeseGrinder%2Fstencil-custom-readme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheeseGrinder%2Fstencil-custom-readme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CheeseGrinder","download_url":"https://codeload.github.com/CheeseGrinder/stencil-custom-readme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheeseGrinder%2Fstencil-custom-readme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020353,"owners_count":26086866,"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-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["custom","documentation","plugin","readme","stencil"],"created_at":"2024-11-08T17:09:09.161Z","updated_at":"2025-10-14T18:32:22.038Z","avatar_url":"https://github.com/CheeseGrinder.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"#\"\u003e\n    \u003cimg alt=\"stencil-logo\" src=\"./assets/stencil-logo.png\" width=\"60\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003e\n  Stencil Custom Readme\n\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\nA plugin for [StencilJS][stencil-site] to add generate custom readme\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@cheese-grinder/stencil-custom-readme\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cimg alt=\"NPM package\" src=\"https://img.shields.io/npm/v/%40cheese-grinder%2Fstencil-custom-readme\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/CheeseGrinder/stencil-custom-readme/blob/main/LICENSE\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cimg alt=\"GitHub License\" src=\"https://img.shields.io/github/license/CheeseGrinder/stencil-custom-readme\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n---------\n\n### Install\n\n```bash\nnpm install @cheese-grinder/stencil-custom-readme --save-dev\n```\n\n### Usage\n\n```ts\n// stencil.config.ts\n\nimport { docsReadme } from '@cheese-grinder/stencil-custom-readme';\nimport { Config } from '@stencil/core';\n\nexport const config: Config = {\n  outputTargets: [\n    docsReadme()\n  ]\n};\n```\n\n### Contributing\n\nThanks for your interest in contributing!\nPlease take a moment to read up on our guidelines for [contributing][contributing].\nPlease note that this project is released with a [Contributor Code of Conduct][code-of-conduct]. By participating in this project you agree to abide by its terms.\n\n\n\u003c!-- Links --\u003e\n\n[stencil-site]: https://stenciljs.com/\n[contributing]: https://github.com/CheeseGrinder/stencil-custom-readme/blob/main/CONTRIBUTING.md\n[code-of-conduct]: https://github.com/CheeseGrinder/stencil-custom-readme/blob/main/CODE_OF_CONDUCT.md","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheesegrinder%2Fstencil-custom-readme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcheesegrinder%2Fstencil-custom-readme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheesegrinder%2Fstencil-custom-readme/lists"}