nevermind, statics don't rly suck

This commit is contained in:
41666 2023-10-03 00:20:39 -04:00
parent adc3a38395
commit 428246706f
13 changed files with 532 additions and 5 deletions

View file

@ -1,6 +1,6 @@
import indexTemplate from "./generators/index.html.txt";
import workTemplate from "./generators/work.html.txt";
import readmeTemplate from "./generators/README.md.txt";
import indexTemplate from "./templates/index.html.txt";
import workTemplate from "./templates/work.html.txt";
import readmeTemplate from "./templates/README.md.txt";
import chalk from "chalk";
export const generate = async (works: string[]) => {