UNPKG

520 Btext/x-handlebars-templateView Raw
1#!/usr/bin/env node
2
3/**
4 * Bud file for consts
5 * Executing this file renders consts modules.
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 apemanBudConsts = require('apeman-bud-consts')
16
17module.exports = apemanBudConsts({
18 /** Names of consts to render */
19 name: [
20{{#each params.name}} '{{{this}}}'{{#if @last}}{{else}},{{/if}}
21{{/each}}
22 ],
23 suffix: "{{params.suffix}}"
24})
25
26{{{read _render}}}
27
\No newline at end of file