mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
docs: update README
This commit is contained in:
parent
1cb560c268
commit
af01b70fc5
11
README.md
11
README.md
@ -2,7 +2,9 @@
|
|||||||
<p align="center">Web Extension starter to build "Write Once Run on Any Browser" extension</p>
|
<p align="center">Web Extension starter to build "Write Once Run on Any Browser" extension</p>
|
||||||
<h3 align="center">🙋♂️ Made by <a href="https://twitter.com/_abhijithv">@abhijithvijayan</a></h3>
|
<h3 align="center">🙋♂️ Made by <a href="https://twitter.com/_abhijithv">@abhijithvijayan</a></h3>
|
||||||
|
|
||||||
## TypeScipt + React Version (🚧 [WIP](https://github.com/abhijithvijayan/web-extension-starter/tree/react-typescript))
|
<br />
|
||||||
|
|
||||||
|
🧙♂️ Looking for [React-TypeScript Version](https://github.com/abhijithvijayan/web-extension-starter/tree/react-typescript) instead?
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@ -25,6 +27,13 @@
|
|||||||
|
|
||||||
- [abhijithvijayan/kutt-extension](https://github.com/abhijithvijayan/kutt-extension)
|
- [abhijithvijayan/kutt-extension](https://github.com/abhijithvijayan/kutt-extension)
|
||||||
|
|
||||||
|
## Use this template
|
||||||
|
|
||||||
|
Create a new directory and run
|
||||||
|
```
|
||||||
|
curl -fsSL https://github.com/abhijithvijayan/web-extension-starter/archive/master.tar.gz | tar -xz --strip-components=1
|
||||||
|
```
|
||||||
|
|
||||||
## 🚀 Quick Start
|
## 🚀 Quick Start
|
||||||
|
|
||||||
- `yarn install` to install dependencies.
|
- `yarn install` to install dependencies.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user