UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

11 lines (8 loc) 201 B
var docpress = require('../../ms') var app = docpress(__dirname) .use(require('../../')()) if (module.parent) { module.exports = app } else { app.build(function (err) { if (err) throw err }) }