UNPKG

projecthor

Version:

Save, manage, and run project setup commands automatically from the CLI.

6 lines (5 loc) 96 B
export interface Project { name: string; folder: string; setupCommands: string[]; }