404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.191.200.36: ~ $
editor
======

Launch $EDITOR in your program.

example
=======

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

***

```
$ node edit.js
```

![editor](http://substack.net/images/screenshots/editor.png)

```
finished editing with code 0
```

methods
=======

``` js
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](http://npmjs.org) do:

```
npm install editor
```

license
=======

MIT

Filemanager

Name Type Size Permission Actions
example Folder 0755
LICENSE File 1.11 KB 0644
README.markdown File 653 B 0644
index.js File 595 B 0644
package.json File 1.38 KB 0644