# fx-ports

> Discover Firefox Desktop and Firefox OS remote debugging tools listening ports

Latest version **0.3.0** (published 2014-09-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install fx-ports
pnpm add fx-ports
yarn add fx-ports
bun add fx-ports
```

Provides the command `fx-ports`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.0 |
| Published | 2014-09-18 |
| First published | 2014-08-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Nicola Greco |
| Maintainers | nicola |
| Keywords | firefox, developer tools, b2g, firefoxos, fxos |

## Links

- npm: https://www.npmjs.com/package/fx-ports
- Repository: https://github.com/nicola/fx-ports
- Issues: https://github.com/nicola/fx-ports/issues
- npm.io page: https://npm.io/package/fx-ports

## Dependencies (6)

- [async](https://npm.io/package/async.md) ^0.9.0
- [colors](https://npm.io/package/colors.md) ^0.6.2
- [nomnom](https://npm.io/package/nomnom.md) ^1.8.0
- [shelljs](https://npm.io/package/shelljs.md) ^0.3.0
- [cli-table](https://npm.io/package/cli-table.md) ^0.3.0
- [firefox-client](https://npm.io/package/firefox-client.md) ^0.3.0

## Recent versions

- 0.3.0 (latest) — 2014-09-18
- 0.2.0 — 2014-09-15
- 0.1.1 — 2014-08-27
- 0.1.0 — 2014-08-26

## README

# fx-ports

Discover ports where Firefox Remote Debugging Tool is listening

## Install

```sh
# Library
$ npm install fx-ports

# Command line
$ npm install -g fx-ports
```

## Usage

```sh
$ fx-ports --help

Usage: node fx-ports [options]

Options:
   --version    Print version and exit
   --b2g        Show Boot2Gecko (FirefoxOS) listening ports only
   --detailed   Show details of each Remote Debugger
   --firefox    Show Firefox Desktop listening ports only
   --json       Formats in json
```

```javascript
var fxports = require('fx-ports');
fxports({detailed:true, b2g:true}, function(err, instances) {
  console.log("Found a B2G on", instances.port);
});
```

---
_Source: https://npm.io/package/fx-ports · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
