UNPKG

421 Btext/x-handlebars-templateView Raw
1#!/usr/bin/env node
2
3/**
4 * Bud file for schema
5 * Executing this file renders JSON schemas.
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 apemanBudSchema = require('apeman-bud-schema')
16
17module.exports = apemanBudSchema({
18 /** Name of schemas to render */
19 name: [
20 'user'
21 ]
22})
23
24{{{read _render}}}
25
\No newline at end of file