We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb56265 commit 3493deaCopy full SHA for 3493dea
src/index.ts
@@ -2,8 +2,8 @@ import path from "node:path";
2
import { runMain as _runMain, defineCommand } from "citty";
3
import { consola } from "consola";
4
import { colorize } from "consola/utils";
5
-import { readPackageJSON, writePackageJSON } from "pkg-types";
6
import { downloadTemplate } from "giget";
+import { readPackageJSON, writePackageJSON } from "pkg-types";
7
8
export const runMain = () => _runMain(mainCommand);
9
0 commit comments