{"id":13614506,"url":"https://github.com/guocaoyi/create-chrome-ext","last_synced_at":"2025-05-14T20:10:13.287Z","repository":{"id":41170077,"uuid":"508541357","full_name":"guocaoyi/create-chrome-ext","owner":"guocaoyi","description":"🍺 Scaffolding your Chrome extension! Boilerplates: react \\ vue \\ svelte \\ solid \\ preact \\ alpine \\ lit \\ stencil \\ inferno \\ vanilla","archived":false,"fork":false,"pushed_at":"2025-03-13T13:56:53.000Z","size":4414,"stargazers_count":1874,"open_issues_count":29,"forks_count":138,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-04-10T11:02:31.851Z","etag":null,"topics":["chrome-extension","chrome-extension-boilerplate","chrome-extension-starter","create-chrome-extension","inferno","javascript","lit-element","manifest-v3","preact","react","solid","starter","stencil","stenciljs","svelte","typescript","vanilla-js","vite","vite4","vue"],"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/guocaoyi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-06-29T04:11:27.000Z","updated_at":"2025-04-08T09:15:14.000Z","dependencies_parsed_at":"2024-03-20T02:24:12.856Z","dependency_job_id":"dc3bbc11-b68f-4dc7-bfd6-fbe957e4ab04","html_url":"https://github.com/guocaoyi/create-chrome-ext","commit_stats":{"total_commits":115,"total_committers":15,"mean_commits":7.666666666666667,"dds":"0.19130434782608696","last_synced_commit":"3718637a67430b09357aca94443df15e8bfbd491"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guocaoyi%2Fcreate-chrome-ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guocaoyi%2Fcreate-chrome-ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guocaoyi%2Fcreate-chrome-ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guocaoyi%2Fcreate-chrome-ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guocaoyi","download_url":"https://codeload.github.com/guocaoyi/create-chrome-ext/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254219374,"owners_count":22034397,"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":["chrome-extension","chrome-extension-boilerplate","chrome-extension-starter","create-chrome-extension","inferno","javascript","lit-element","manifest-v3","preact","react","solid","starter","stencil","stenciljs","svelte","typescript","vanilla-js","vite","vite4","vue"],"created_at":"2024-08-01T20:01:02.279Z","updated_at":"2025-05-14T20:10:13.247Z","avatar_url":"https://github.com/guocaoyi.png","language":"JavaScript","funding_links":[],"categories":["TypeScript","Get Started"],"sub_categories":["Official Resources"],"readme":"![crx-preview](./docs/img/crx-preview.png)\n\n# Create Chrome Extension (.crx)\n\n[![OSCS Status](https://www.oscs1024.com/platform/badge/guocaoyi/create-chrome-ext.svg?size=small)](https://www.oscs1024.com/project/guocaoyi/create-chrome-ext?ref=badge_small)\n[![npm](https://img.shields.io/npm/v/create-chrome-ext?logo=npm)](https://www.npmjs.com/package/create-chrome-ext)\n[![npm-download](https://img.shields.io/npm/dw/create-chrome-ext)](https://www.npmjs.com/package/create-chrome-ext)\n![GitHub Language Count](https://img.shields.io/github/languages/count/guocaoyi/create-chrome-ext)\n[![npm publish](https://github.com/guocaoyi/create-chrome-ext/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/guocaoyi/create-chrome-ext/actions/workflows/npm-publish.yml)\n\n\u003e Scaffolding your chrome extension, multiple boilerplates supported!\n\n- 🚀 Lightning Fast HMR(use [Vite@latest](https://vitejs.dev))\n- 🌈 Multiple Framework Supported ([React](https://reactjs.org) · [Vue](https://vuejs.org) · [Svelte](https://svelte.dev) · [Preact](https://preactjs.com) · [Solid](https://www.solidjs.com) · [Alpine](https://alpinejs.dev) · [Lit](https://lit.dev) · [Inferno](https://www.infernojs.org) · [Stencil](https://stenciljs.com) · [Vanilla](http://vanilla-js.com))\n- 🥢 Multiple Language Supported ([JavaScript](https://www.javascript.com/) · [TypeScript](https://www.typescriptlang.org/))\n- 🥡 Out of Box (Background \\ Content \\ Popup \\ Options \\ SidePanel \\ DevTools \\ NewTab)\n- 🧶 Optimized Builds\n\n[English](./README.md) · [简体中文](./docs/README.zh-CN.md) · [French](./docs/README.fr-FR.md) · [한국어](./docs/README.ko-KR.md) · [Indonesian](./docs/README.id-ID.md) · [Русский](./docs/README.ru-RU.md) · [Deutsch](./docs/README.de-DE.md) · [日本語](./docs/README.ja-JP.md) (by ChatGPT)\n\n## Installing\n\n\u003e Node \u003e= 14.18.0\n\n```bash\n# use npm-create command, or use pnpm | yarn\nλ npm create chrome-ext\n\n# or use npx command\nλ npx create-chrome-ext\n\n# or use npm-init command\nλ npm init chrome-ext\n```\n\n## Usage\n\nYou can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + Svelte project, run:\n\n```bash\n# npm 6.x\nλ npm create chrome-ext@latest my-crx-app --template svelte-js\n\n# or npm 7+, extra double-dash is needed:\nλ npm create chrome-ext@latest my-crx-app -- --template react-ts\n\n# or yarn\nλ yarn create chrome-ext my-crx-app --template vue-ts\n\n# or pnpm\nλ pnpm create chrome-ext my-crx-app --template vanilla-ts\n```\n\nYou can also generator the project with `crx` cli, run:\n\n```bash\nλ npm install create-chrome-ext --global\n\n# and then\nλ crx my-crx-app\n# or\nλ crx my-crx-app --template preact-js\n# or use create-chrome-exe (global env)\nλ create-chrome-ext my-crx-app\n```\n\n## Preview\n\n![crx-run](./docs/img/crx-run.png)\n![crx-install](./docs/img/crx-install.png)\n![crx-build](./docs/img/crx-build.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguocaoyi%2Fcreate-chrome-ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguocaoyi%2Fcreate-chrome-ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguocaoyi%2Fcreate-chrome-ext/lists"}