function initializeProject
initializeProject(): Promise<void>

Bootstraps a new qunitx project: writes the test HTML template, updates package.json, and optionally writes tsconfig.json.

Return Type

Promise<void>

Usage

import initializeProject from "lib/commands/init.ts";