UNPKG

588 Btext/x-handlebars-templateView Raw
1#!/usr/bin/env node
2
3/**
4 * Bud file for LICENSE
5 * Executing this file renders LICENSE file.
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 apemanBudLicense = require('apeman-bud-license')
16const pkg = require('./package.json')
17
18module.exports = apemanBudLicense({
19 /** Type of the license. */
20 type: String(pkg.license),
21 /** Copyright holder */
22 holder: String(pkg.repository).split(/\//).shift(),
23 /** Year license begun */
24 year: {{year}}
25})
26
27{{{read _render}}}
28
29
\No newline at end of file