UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

8 lines (7 loc) 154 B
import { Answers } from "./answers"; export interface Milirc { template: string; version: string; registry?: string; answers?: Answers; }