create-done-coding 0.11.6-alpha.0 → 0.11.7-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +0,0 @@
1
- import { type TemplateChoiceItem } from "./question";
2
- /** 配置文件 */
3
- export interface ConfigJson {
4
- templateList: TemplateChoiceItem[];
5
- }
6
- /** 读取配置 */
7
- export declare const readConfig: () => Promise<ConfigJson>;
@@ -1,6 +0,0 @@
1
- export interface Options {
2
- /** 项目名称 */
3
- projectName?: string;
4
- /** 是否仅仅(从done-coding系列项目列表中)克隆远程仓库 */
5
- justCloneFromDoneCoding?: boolean;
6
- }