fx-gcli

0.0.3 • Public • Published

Firefox GCLI Build Status

NPM NPM

Module for adding commands to Firefox's GCLI.

Adding a command

require("fx-gcli").addCommand({
  "name": "test",
  "exec": function() {
    // stuff to do on execute
  }
})

Adding a command with "fx-gcli" will automatically unload/remove the command when your add-on is disabled/uninstalled.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    1
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i fx-gcli

Weekly Downloads

1

Version

0.0.3

License

MPL v2.0

Last publish

Collaborators

  • erikvold
  • jsantell