defineRelnoConfig
Define the configuration for Relno. This function provides the typechecking for the configuration. If you want to use this function, you must install Relno as a dev dependency, and can only be run when node_modules
is present. In CI environments, it is not useful because you need to install the dependencies first.
Usage:
JavaScript
const { defineRelnoConfig } = require("relno");
module.export = defineRelnoConfig({
template: "template.rntmd",
...
});