#!/usr/bin/env node /// var testplugin = { logSomething: function () { console.log("only function executed"); } }; module.exports = testplugin;