1.1.6 • Published 6 years ago

edit-string v1.1.6

Weekly downloads
11,911
License
WTFPL
Repository
github
Last release
6 years ago

edit-string

const edit = require('edit-string')

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