UNPKG

@happy-coders/fun-cli

Version:

Be your project management more fun!

3 lines (2 loc) 130 B
import { Project } from '../project.entity'; export declare function buildProject(alias: string, path: string): Promise<Project>;