Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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