UNPKG

create-bhvr

Version:

Create a new bhvr project

3 lines (2 loc) 146 B
import type { ProjectOptions } from "@/types"; export declare const create: (projectDirectory: string, options: ProjectOptions) => Promise<void>;