# opent

> open travis-ci module pages in your browser

Latest version **1.1.1** (published 2016-05-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install opent
pnpm add opent
yarn add opent
bun add opent
```

Provides the command `opent`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2016-05-21 |
| First published | 2016-03-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.12.0 |
| Dependencies | 5 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Dawson Botsford |
| Maintainers | dawsonbotsford |
| Keywords | opn, open, browser, util, utils, utilities, travis-ci, efficiency, cli-app, cli, lean, minimal, documented, tested, licensed, ava, dawson |

## Links

- npm: https://www.npmjs.com/package/opent
- Repository: https://github.com/dawsonbotsford/opent
- Homepage: https://github.com/dawsonbotsford/opent#readme
- Issues: https://github.com/dawsonbotsford/opent/issues
- npm.io page: https://npm.io/package/opent

## Dependencies (5)

- [opn](https://npm.io/package/opn.md) ^4.0.1
- [meow](https://npm.io/package/meow.md) ^3.7.0
- [chalk](https://npm.io/package/chalk.md) ^1.1.1
- [inquirer](https://npm.io/package/inquirer.md) ^0.12.0
- [update-notifier](https://npm.io/package/update-notifier.md) ^0.6.1

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.1.1 (latest) — 2016-05-21
- 1.1.0 — 2016-05-21
- 1.0.1 — 2016-05-04
- 1.0.0 — 2016-03-19

## README

# opent
[![npm version](https://img.shields.io/npm/v/opent.svg)](https://www.travis-ci.com/package/opent)
[![Build Status](https://travis-ci.org/dawsonbotsford/opent.svg?branch=master)](https://travis-ci.org/dawsonbotsford/opent)
[![npm download count](http://img.shields.io/npm/dm/opent.svg?style=flat)](http://travis-ci.org/opent)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)

> open travis-ci module pages in your browser

<br>

# CLI

## Install
```
$ npm install -g opent
```

<br>

## Usage

For your first use, `opent` will ask for your GitHub username. Config is stored in a JSON file located in `$XDG_CONFIG_HOME` or `~/.config`. It can be changed manually if need be. Read more about the [configstore](https://github.com/yeoman/configstore)

<br>

```
$ opent
//=> opens the travis-ci module page for the current directory in browser

$ opent chalk
//=> opens the travis-ci module page for chalk in browser

$ opent inf sist opent
//=> opens the travis-ci module pages for inf, sist, and opent in browser
```

<br>

More help
```
$ opent --help

  Usage
    $ opent
    //=> opens the travis-ci module page for the current directory in browser

    $ opent [*<module name>]
    //=> opens the travis-ci module page for N-lengthed <module name> packages in browser'

  Examples
    $ opent express
    //=> opens the travis-ci module page for express in browser
```

<br>

---
# Package

## Install
```
npm install --save opent
```

<br>

## Usage

```js
const opent = require('opent');

opent('expressjs', 'express');
//=> https://travis-ci.org/expressjs/express
```

<br>

## API

### opent(username, repoName)

##### username

Type: `string`

##### repoName

Type: `string`

#### returns

Type: `string`

<br>

## Related
* [openg](https://github.com/dawsonbotsford/openg)
* [openm](https://github.com/dawsonbotsford/openm)

<br>

## License

MIT © [Dawson Botsford](http://dawsonbotsford.com)


---
If you like this, star it. If you want to follow me, follow me.

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