# edit-string

> edit a string in $EDITOR

Latest version **1.1.6** (published 2018-05-01) · WTFPL license · 0 weekly downloads

## Install

```sh
npm install edit-string
pnpm add edit-string
yarn add edit-string
bun add edit-string
```

## 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.6 |
| Published | 2018-05-01 |
| First published | 2017-07-07 |
| Weekly downloads | 0 |
| License | WTFPL |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 2.5 KB |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Jeff Dickey |
| Maintainers | dickeyxxx |

## Links

- npm: https://www.npmjs.com/package/edit-string
- Repository: https://github.com/jdxcode/edit-string
- npm.io page: https://npm.io/package/edit-string

## Dependencies (5)

- [tmp](https://npm.io/package/tmp.md) ^0.0.33
- [debug](https://npm.io/package/debug.md) ^3.1.0
- [execa](https://npm.io/package/execa.md) ^0.10.0
- [tslib](https://npm.io/package/tslib.md) ^1.9.0
- [lodash](https://npm.io/package/lodash.md) ^4.17.10

## Recent versions

- 1.1.6 (latest) — 2018-05-01
- 2.0.1 — 2018-01-30
- 2.0.0 — 2018-01-09
- 1.1.5 — 2018-01-07
- 1.1.4 — 2018-01-07
- 1.1.3 — 2017-12-20
- 1.1.2 — 2017-12-19
- 1.1.1 — 2017-07-28
- 1.1.0 — 2017-07-07
- 1.0.2 — 2017-07-07
- 1.0.1 — 2017-07-07
- 1.0.0 — 2017-07-07

## README

edit-string
===========

```js
const edit = require('edit-string')

async function run () {
  // open 'foo' in $EDITOR
  let s = await edit('foo')
  console.dir(s)
}
run()
```

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