#!/usr/bin/env node /** * Bud file for bin app. * Executing this file renders scripts to run apps. * * Generated by {{generator}} on {{today}}, * from a template provided by {{pkg.name}}. * * @see https://github.com/coz-repo/coz */ "use strict"; const apemanBudBin = require('apeman-bud-bin'); module.exports = apemanBudBin.app({ /** Apemanfile configuration */ configuration: require('../../Apemanfile.js'), /** Working directory path. */ cwd: '../../' }); {{{read _render}}}