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