mirror of
https://github.com/zhigang1992/npm.git
synced 2026-05-17 17:37:48 +08:00
5 lines
144 B
JavaScript
5 lines
144 B
JavaScript
var editor = require('../');
|
|
editor(__dirname + '/beep.json', function (code, sig) {
|
|
console.log('finished editing with code ' + code);
|
|
});
|