web-ext

Command-line tool to build, run, and test web extensions

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tool to help build, run, and test web extensions

Commands

web-ext

Examples

Run a web extension in Firefox for testing$ web-ext run --source-dir=/path/to/extension
Build a web extension into a distributable package$ web-ext build --source-dir=/path/to/extension --artifacts-dir=./dist
Lint a web extension for compatibility issues$ web-ext lint --source-dir=/path/to/extension