UNPKG

grunt-kevoree

Version:

Automatically runs kevoree runtime (works like mvn kev:run plugin)

12 lines (9 loc) 224 B
'use strict'; var readline = require('readline'); module.exports = function (grunt) { return function (txt) { readline.clearLine(process.stdout); readline.cursorTo(process.stdout, 0); grunt.log.writeln(txt); }; };