Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wachunei/webextensions-template
Another WebExtensions template
https://github.com/wachunei/webextensions-template
Last synced: 5 days ago
JSON representation
Another WebExtensions template
- Host: GitHub
- URL: https://github.com/wachunei/webextensions-template
- Owner: wachunei
- Created: 2020-05-23T23:22:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:48:39.000Z (about 2 years ago)
- Last Synced: 2024-11-19T20:47:08.162Z (2 months ago)
- Language: JavaScript
- Size: 1.83 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Another Web Extension template
Another template for WebExtensions development.
Build example by cloning and running:
```
yarn && yarn build:chrome && yarn run:chrome
```## Development
This examples uses Parcel Bundler + parcel-plugin-web-extension
to bundle extension source and `web-ext` command line
tool to run it.Run development mode by running `yarn chrome` or `yarn firefox`
and then `yarn run:chrome` or `yarn run:firefox`Check `package.json` scripts for more details.
## Build
> TODO