UNPKG

pjss

Version:

The script for lazy people 😴

14 lines (12 loc) • 204 B
export interface Step { description?: string; command: string; } export interface Setup { name?: string; alias: string; type?: string; author?: string; version?: string; steps: Step[]; }