add license autocopy
parent
4f08a2b65c
commit
e1b90f56f8
@ -1,5 +1,5 @@
|
||||
<% it.projectApiUrl = "https://code.juke.fr/api/v1/repos/kay/" + it.name %><% it.project = await fetch(it.projectApiUrl).then(r => r.json()) %><%~ await include("HEADER.template.md", {...it}) %>
|
||||
|
||||
<% await Deno.copyFile("/home/user/Code/license/LICENSE", "/home/user/Code/" + it.name + "/LICENSE") %>
|
||||
<%= it.readme %>
|
||||
|
||||
<%~ await include("FOOTER.template.md", {...it}) %>
|
||||
|
Loading…
Reference in New Issue