Overview
This Dart package provides a tool like webdev, but for building and running browser extensions.
Licensed under the MIT License.
Contributing
- Create issues/pull requests in Github.
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