0.2.1 • Published 5 years ago

webextension-devtools v0.2.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

webextension-devtools

npm

Developer tools for WebExtensions.

Install

Globally:

$ npm i -g webextension-devtools

As a local dependency:

$ npm i -D webextension-devtools

Usage

This package exposes 2 binaries:

  • webext-version - Bump a new version, similar to npm version
  • webext-xpi - Create xpi package

For more usage info run these commands with --help option.

Globally:

$ cd dir/to/my-webextension
$ webext-version minor
$ webext-xpi

As a local dependency:

Add the following scripts into package.json file:

{
  "scripts": {
    "release": "webext-version",
    "xpi": "webext-xpi"
  },
}
0.2.1

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago