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

discontinued
outdated

A tool for developing browser extensions.

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
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A tool for developing browser extensions.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, io, test, test_api, webdev, webext

More

Packages that depend on webextdev