UNPKG

bookiza

Version:

The book reification framework for the web

9 lines (6 loc) 168 B
function npmInstall() { // const chalk = require('chalk'); const exec = require('executive'); exec('npm i -S --silent'); } module.exports.install = npmInstall;