7 lines
111 B
JavaScript

echo("Example")
const name = prompt.string("Project name")
const ctx = {name: name}
render("README.md", ctx)