liukang b4b8ddf15d admin-vue 1 năm trước cách đây
..
example b4b8ddf15d admin-vue 1 năm trước cách đây
LICENSE b4b8ddf15d admin-vue 1 năm trước cách đây
README.markdown b4b8ddf15d admin-vue 1 năm trước cách đây
index.js b4b8ddf15d admin-vue 1 năm trước cách đây
package.json b4b8ddf15d admin-vue 1 năm trước cách đây

README.markdown

editor

Launch $EDITOR in your program.

example

var editor = require('editor');
editor('beep.json', function (code, sig) {
    console.log('finished editing with code ' + code);
});

$ node edit.js

editor

finished editing with code 0

methods

var editor = require('editor')

editor(file, opts={}, cb)

Launch the $EDITOR (or opts.editor) for file.

When the editor exits, cb(code, sig) fires.

install

With npm do:

npm install editor

license

MIT