editor

WebJar for editor

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

editor
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

editor
WebJar for editor
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/substack/node-editor

Скачать editor

Имя Файла Размер
editor-1.0.0.pom
editor-1.0.0.jar 5 KB
editor-1.0.0-sources.jar 22 bytes
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/editor/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>editor</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/editor/
implementation 'org.webjars.npm:editor:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/editor/
implementation ("org.webjars.npm:editor:1.0.0")
'org.webjars.npm:editor:jar:1.0.0'
<dependency org="org.webjars.npm" name="editor" rev="1.0.0">
  <artifact name="editor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='editor', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "editor" % "1.0.0"
[org.webjars.npm/editor "1.0.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.0