Woo i think im about ready to PR this!

This commit is contained in:
Adam Matthiesen 2024-01-28 01:24:06 -08:00
parent b8b4023172
commit f005182408
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
import path from "node:path";
import arg from "arg";
import fse from "fs-extra";
import * as p from "@clack/prompts";
import c from 'picocolors';
import { exitPrompt, getModulePaths, isPackageManager } from "./lib/utils.js";
import { createBasic } from "./runners/basic.js";
import { createStarterKit } from "./runners/starterkit.js";
import fse from "fs-extra";
import path from "node:path";
export async function main() {