Module

x/readme_manager/bootstrap.ts>readme

helps manage and harmonise READMEs in many repositories with template files
Latest
variable readme
import { readme } from "https://dotland.deno.dev/x/readme_manager@v3.0.0/bootstrap.ts";

Base template used to include other. Allow javascript and async function calls.

type

`<%~ await include("HEADER.template.md", {...it}) %> <% it.javascripted = 13 + 12 %> <%= it.javascripted %> <% it.asyncJavascripted = await fetch("https://jsonplaceholder.typicode.com/todos/1").then(r => r.json()) %> <%= it.readme %> <%~ await include("FOOTER.template.md", {...it}) %>`