Skip to main content
Module

x/readme_manager/mod.ts>readme

helps manage and harmonise READMEs in many repositories with template files
Latest
variable readme
import { readme } from "https://deno.land/x/readme_manager@v3.0.0/mod.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}) %>`