UNPKG

nodebb-plugin-import-lithium

Version:
14 lines (11 loc) 295 B
var fs = require('fs-extra'); require('./index').testrun({ dbhost: 'localhost', dbport: 3306, dbname: 'lithium', dbuser: 'user', dbpass: 'password', tablePrefix: '' }, function(err, results) { fs.writeFileSync('./tmp.json', JSON.stringify(results, undefined, 2)); });