We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcaad27 commit ab85ff3Copy full SHA for ab85ff3
1 file changed
src/core/generator.js
@@ -3,10 +3,9 @@ import { TEMPLATE_DIR } from "../paths.js";
3
import { ensureDir, exists, readText, writeText } from "../fs-utils.js";
4
import { getProjectDocs, getProjectType } from "../data/project-types.js";
5
import { getTemplateFile } from "../data/templates.js";
6
+import { VERSION } from "../version.js";
7
import { writeConfig } from "./config.js";
8
-const VERSION = "0.1.0";
9
-
10
export async function initProject({ cwd, projectName, projectType, docsPath, force = false, dryRun = false }) {
11
const docs = getProjectDocs(projectType);
12
const typeConfig = getProjectType(projectType);
0 commit comments