Skip to content

Commit

Permalink
docs(*):update readme, package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
guocaoyi committed Jul 1, 2022
1 parent a4ef62a commit 6952604
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 8 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
border-radius: 6px;
color: #fff;
}

.pl-c {
color: #8b949e;
}
</style>
</head>
<body>
Expand Down Expand Up @@ -84,13 +88,13 @@ <h2 dir="auto"><a id="user-content-installing" href="#installing"></a>Installing
</blockquote>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto">
<pre>
<span class="pl-c"><span class="pl-c">#</span> with npm</span>
<span class="pl-c"># with npm</span>
<span>λ npm create chrome-ext@latest</span>
<span class="pl-c"><span class="pl-c">#</span> or with pnpm</span>
<span class="pl-c"># or with pnpm</span>
<span>λ pnpm create chrome-ext</span>
<span class="pl-c"><span class="pl-c">#</span> or with yarn</span>
<span class="pl-c"># or with yarn</span>
<span>λ yarn create chrome-ext</span>
<span class="pl-c"><span class="pl-c">#</span> or with npx</span>
<span class="pl-c"># or with npx</span>
<span>λ npx create-chrome-ext</span></pre>
</div>
</body>
Expand Down
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6952604

Please sign in to comment.