UNPKG

bookiza

Version:

The book reification framework for the web

14 lines (8 loc) 267 B
import shell from 'shelljs' import chalk from 'chalk' export default function renderPages() { // const shell = require('shelljs') // const chalk = require('chalk') shell.exec(`gulp renderBook`) console.log(chalk.magenta('Build step was successful.')) }