This repository contains a jk
script that generate build files for
NPM modules.
A module is defined as a YAML document:
module:
name: grafana
description: Write grafana dashboards with TypeScript
version: 0.1.0
To generate build files from the top level module definition, run:
jk generate -f grafana.yaml /path/to/module-template/module.js
Where grafana.yaml
holds the template definition.