# chrome-simple-launcher

> A simple chrome launcher

Latest version **0.1.4** (published 2020-06-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install chrome-simple-launcher
pnpm add chrome-simple-launcher
yarn add chrome-simple-launcher
bun add chrome-simple-launcher
```

## 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.1.4 |
| Published | 2020-06-05 |
| First published | 2018-07-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | dustyface |
| Maintainers | dustyface, susanpan |

## Links

- npm: https://www.npmjs.com/package/chrome-simple-launcher
- npm.io page: https://npm.io/package/chrome-simple-launcher

## Dependencies (1)

- [chrome-paths](https://npm.io/package/chrome-paths.md) ^1.0.1

## Recent versions

- 0.1.4 (latest) — 2020-06-05
- 0.1.3 — 2019-07-18
- 0.1.2 — 2019-07-08
- 0.1.1 — 2019-06-28
- 0.1.0 — 2019-06-27
- 0.0.8 — 2019-06-20
- 0.0.8-beta.0 — 2019-06-19
- 0.0.7 — 2018-08-02
- 0.0.6 — 2018-07-31
- 0.0.5 — 2018-07-30
- 0.0.4 — 2018-07-27
- 0.0.2 — 2018-07-23
- 0.0.1 — 2018-07-23

## README

# Chrome Simple Launcher

A simple chrome launcher for linux/mac/window
sample 1

```javascript
const launcher = require(`chrome-launcher`)

launcher.launch(`https://www.baidu.com`)
```

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