From 6952604870aa262a872715b92d0743e6cb35ca7a Mon Sep 17 00:00:00 2001 From: Yalda Date: Fri, 1 Jul 2022 15:55:14 +0800 Subject: [PATCH] docs(*):update readme, package.json --- README.md | 5 ++--- docs/index.html | 12 ++++++++---- package.json | 13 ++++++++----- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 85dd25d..c5acb6e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ -# Create Chrome Ext +# Create Chrome Ext (CRX) +[![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) [![NPM](https://img.shields.io/npm/v/create-chrome-ext?logo=npm)](https://www.npmjs.com/package/create-chrome-ext) [![npm-Download](https://img.shields.io/npm/dw/create-chrome-ext)](https://www.npmjs.com/package/create-chrome-ext) ![GitHub Language Count](https://img.shields.io/github/languages/count/guocaoyi/create-chrome-ext) [![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) -![Bitbucket open issues](https://img.shields.io/bitbucket/issues/guocaoyi/create-chrome-ext) -![Bitbucket open pull requests](https://img.shields.io/bitbucket/pr-raw/gucoaoyi/create-chrome-ext) > Next generation chrome extension generater diff --git a/docs/index.html b/docs/index.html index 2127408..c18b431 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,6 +19,10 @@ border-radius: 6px; color: #fff; } + + .pl-c { + color: #8b949e; + } @@ -84,13 +88,13 @@

Installing
-    # with npm
+    # with npm
     λ npm create chrome-ext@latest
-    # or with pnpm
+    # or with pnpm
     λ pnpm create chrome-ext
-    # or with yarn
+    # or with yarn
     λ yarn create chrome-ext
-    # or with npx
+    # or with npx
     λ npx create-chrome-ext
diff --git a/package.json b/package.json index 5c3774e..c7b7c81 100644 --- a/package.json +++ b/package.json @@ -32,15 +32,18 @@ "chrome-extension", "creater", "create-crx", - "create-crxapp", - "create-crx-app", - "create-chrome-ext", - "create-chrome-extension" + "create-chrome-extension", + "react", + "vue", + "svelte", + "lit", + "vanilla", + "preact" ], "bugs": { "url": "https://github.com/guocaoyi/create-chrome-ext/issues" }, - "homepage": "https://github.com/guocaoyi/create-chrome-ext#readme", + "homepage": "https://crx.yalda.cn", "dependencies": { "kolorist": "^1.5.1", "minimist": "^1.2.6",