{"id":22799731,"url":"https://github.com/yuhanawa/create-astro-theme","last_synced_at":"2026-03-04T07:01:32.309Z","repository":{"id":267004398,"uuid":"899998426","full_name":"Yuhanawa/create-astro-theme","owner":"Yuhanawa","description":"npm create astro-theme@latest","archived":false,"fork":false,"pushed_at":"2025-10-25T20:11:24.000Z","size":468,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-23T23:03:47.636Z","etag":null,"topics":["astro","astro-theme","create-astro-theme"],"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/Yuhanawa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-07T15:35:59.000Z","updated_at":"2025-10-25T20:11:28.000Z","dependencies_parsed_at":"2025-04-21T08:15:28.441Z","dependency_job_id":null,"html_url":"https://github.com/Yuhanawa/create-astro-theme","commit_stats":null,"previous_names":["yuhanawa/create-astro-theme"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/Yuhanawa/create-astro-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yuhanawa%2Fcreate-astro-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yuhanawa%2Fcreate-astro-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yuhanawa%2Fcreate-astro-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yuhanawa%2Fcreate-astro-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yuhanawa","download_url":"https://codeload.github.com/Yuhanawa/create-astro-theme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yuhanawa%2Fcreate-astro-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30075425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T05:31:57.858Z","status":"ssl_error","status_checked_at":"2026-03-04T05:31:38.462Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["astro","astro-theme","create-astro-theme"],"created_at":"2024-12-12T07:09:45.711Z","updated_at":"2026-03-04T07:01:32.295Z","avatar_url":"https://github.com/Yuhanawa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create-astro-theme\n\n[![npm version](https://img.shields.io/npm/v/create-astro-theme.svg)](https://www.npmjs.com/package/create-astro-theme)\n\nA CLI tool for creating and using themes with `astro-theme-provider`.\n\n## Prerequisites\n\nCurrently, this tool only supports `pnpm`. Support for `npm` is planned for the future.\n\n## Usage\n\nYou can use `create-astro-theme` with `pnpm`:\n\n```bash\n# With pnpm\npnpm create astro-theme@latest\n```\n\nThis will start an interactive prompt that will guide you through the process.\n\n### Commands\n\n`create-astro-theme` has two main commands:  `use` and `create`.\n\n#### `use`\n\nThe `use` command helps you use an existing Astro theme in a new project.\n\n```bash\npnpm create astro-theme@latest use \u003ctheme-name\u003e\n```\n\nThis will create a new project that uses the specified theme.\n\n**Options:**\n\n| Option          | Description                                                |\n| --------------- | ---------------------------------------------------------- |\n| `--dry-run`     | Show what would be done without actually making changes.   |\n| `--verbose`     | Show more detailed output.                                 |\n| `--skip`        | Use recommended or default settings and skip prompts.      |\n| `--project-name`| Specify the project name.                                  |\n\n#### `create`\n\nThe `create` command helps you create a new Astro theme.\n\n```bash\npnpm create astro-theme@latest create \u003ctheme-name\u003e\n```\n\nThis will create a new directory with the specified theme name, containing a new Astro theme project.\n\n**Options:**\n\n| Option          | Description                                                |\n| --------------- | ---------------------------------------------------------- |\n| `--dry-run`     | Show what would be done without actually making changes.   |\n| `--verbose`     | Show more detailed output.                                 |\n| `--skip`        | Use recommended or default settings and skip prompts.      |\n| `--project-name`| Specify the project name (defaults to `\u003ctheme-name\u003e`).     |\n| `--theme-name`  | Specify the theme name (defaults to `\u003ctheme-name\u003e`).       |\n\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request on our [GitHub repository](https://github.com/Yuhanawa/create-astro-theme).\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuhanawa%2Fcreate-astro-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuhanawa%2Fcreate-astro-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuhanawa%2Fcreate-astro-theme/lists"}