Merge Branch create-util #19

Merged
Adammatthiesen merged 62 commits from create-util into main 2024-01-28 09:42:14 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit f005182408 - Show all commits

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() {