UNPKG

metalsmith-hammer

Version:

Command-line goodness for metalsmith users

10 lines (7 loc) 228 B
var cd = require('shelljs').cd; var exec = require('shelljs').exec; var path = require('path'); module.exports = function() { cd(process.cwd()); return path.resolve(exec('npm root', { silent: true }).toString(), '..'); };