Skip to content

Commit

Permalink
doc(readme):change project name
Browse files Browse the repository at this point in the history
  • Loading branch information
guocaoyi committed Jun 29, 2022
1 parent 3c6a632 commit 2404cf8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
```bash
# with npm
λ npm create crxapp@latest
λ npm create chrome-ext@latest

# with pnpm
λ pnpm create crxapp
λ pnpm create chrome-ext

# with yarn
λ yarn create crxapp
λ yarn create chrome-ext

# with npx
λ npx create-crxapp
λ npx create-chrome-ext
```

Then follow the prompts!
Expand All @@ -24,16 +24,16 @@ You can also directly specify the project name and the template you want to use

```bash
# npm 6.x
npm create crxapp@latest my-crxapp --template svelte-ts
npm create chrome-ext@latest my-chrome-ext --template svelte-ts

# npm 7+, extra double-dash is needed:
npm create crxapp@latest my-crxapp -- --template svelte-ts
npm create chrome-ext@latest my-chrome-ext -- --template svelte-ts

# yarn
yarn create crxapp my-crxapp --template svelte-ts
yarn create chrome-ext my-chrome-ext --template svelte-ts

# pnpm
pnpm create crxapp my-crxapp --template svelte-ts
pnpm create chrome-ext my-chrome-ext --template svelte-ts
```

Currently supported template presets include:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/guocaoyi/create-crxapp.git"
"url": "git+https://github.com/guocaoyi/create-chrome-ext.git"
},
"keywords": [
"chrome",
Expand All @@ -31,9 +31,9 @@
"creater"
],
"bugs": {
"url": "https://github.com/guocaoyi/create-crxapp/issues"
"url": "https://github.com/guocaoyi/create-chrome-ext/issues"
},
"homepage": "https://github.com/guocaoyi/create-crxapp#readme",
"homepage": "https://github.com/guocaoyi/create-chrome-ext#readme",
"dependencies": {
"kolorist": "^1.5.1",
"minimist": "^1.2.6",
Expand Down
2 changes: 1 addition & 1 deletion template-svelte-js/README.md.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ Now, the content of `build` folder will be the extension ready to be submitted t

---

Power by create-crxspp | [Github](https://github.com/guocaoyi/create-crxapp)
Power by create-chrome-ext | [Github](https://github.com/guocaoyi/create-chrome-ext)
2 changes: 1 addition & 1 deletion template-svelte-ts/README.md.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ Now, the content of `build` folder will be the extension ready to be submitted t

---

Power by create-crxspp | [Github](https://github.com/guocaoyi/create-crxapp)
Power by create-chrome-ext | [Github](https://github.com/guocaoyi/create-chrome-ext)

0 comments on commit 2404cf8

Please sign in to comment.