#!/usr/bin/env node export interface Options { projectName: string; templateName: string; templatePath: string; tartgetPath: string; }