tmp-editor

0.1.0 • Public • Published

tmp-editor

js-standard-style

Temp file editing with $EDITOR. Get string from that file when finish.

Install

$ npm-install --save tmp-editor

Usage

  var tmpEditor = require('tmp-editor')
 
  tmpEditor().then(function handleSuccess (text) {
    console.log('Text:', text)
  }).catch(function handleFailure (error) {
    console.log('Edit error:', error)
  })

Promise and Callback

This module uses native Promise from Node 0.12.x and later for promise interface but standard node callback is also available: tmpEditor(function onComplete (error, text) { ... }).

License

MIT. Copyright (c) Saran Siriphantnon.

Readme

Keywords

Package Sidebar

Install

npm i tmp-editor

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • deoxen0n2