UNPKG

477 Btext/x-handlebars-templateView Raw
1#!/usr/bin/env node
2
3/**
4 * Bud file for code.
5 * Executing this file renders code resources.
6 *
7 * Generated by {{generator}} on {{today}},
8 * from a template provided by {{ pkg.name }}.
9 *
10 * @see https://github.com/coz-repo/coz
11 */
12
13'use strict'
14
15const apemanBudCode = require('apeman-bud-code')
16
17module.exports = apemanBudCode({
18 // Name of codes to render.
19 name: [
20{{#each params.name}} '{{{this}}}'{{#if @last}}{{else}},{{/if}}
21{{/each}}
22 ]
23})
24
25{{{read _render}}}
26
\No newline at end of file