create chrome and firefox extension in react
mkdir new_extension && cd new_extension && curl -fsSL https://github.com/abhijithvijayan/web-extension-starter/archive/react-typescript.tar.gz | tar -xz --strip-components=1
Here is what the above code is Doing:
1. Create a new directory called new_extension
2. Change directory to new_extension
3. Download the starter code from the repository and extract it to the current directory