jenkins-ace-editor
v1.1.9-v2
Published
NPM wrapper for the ACE Editor (via Brace), allowing it to be used as an exported Jenkins module.
Downloads
4
Readme
jenkins-ace-editor
NPM wrapper for the ACE Editor (via Brace), allowing it to be used as an exported Jenkins module.
Install
npm install --save jenkins-ace-editor
Usage
var ace = require('jenkins-ace-editor');
var editor = ace.edit('the-editor');
See the ACE Editor Docs for a full list of modes and themes.