webextdev 0.1.3 copy "webextdev: ^0.1.3" to clipboard
webextdev: ^0.1.3 copied to clipboard

discontinued

A command-line tool for developing browser extensions. Supports Chrome, Edge, and Firefox.

Overview #

This Dart package provides a tool like webdev, but for building and running browser extensions.

Licensed under the MIT License.

Contributing #

Getting started #

1.Create a project #

First, install/update webextdev:

pub global activate webextdev

Now you can:

webextdev create hello_world

cd hello_world

pub get

It generates a starter project that uses package:webext.

Alternatively, you can create a project yourself and just include "webextdev" in dev_dependencies.

2.Build it #

pub run webextdev build

3.Run it #

pub run webextdev run

3.Pack it #

pub run webextdev pack hello.crx
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A command-line tool for developing browser extensions. Supports Chrome, Edge, and Firefox.

Repository (GitHub)
View/report issues

License

BSD-3-Clause, MIT (LICENSE)

Dependencies

archive, args, io, test, test_api, webdev, webext

More

Packages that depend on webextdev