@@ -175,6 +175,8 @@ export function createFetchTemplateAction(options: {
|
||||
copyWithoutTemplating?: string[] | undefined;
|
||||
cookiecutterCompat?: boolean | undefined;
|
||||
replace?: boolean | undefined;
|
||||
trimBlocks?: boolean | undefined;
|
||||
lstripBlocks?: boolean | undefined;
|
||||
},
|
||||
JsonObject
|
||||
>;
|
||||
|
||||
@@ -163,6 +163,12 @@ export function initRepoAndPush(input: {
|
||||
commitHash: string;
|
||||
}>;
|
||||
|
||||
// @public (undocumented)
|
||||
export type NunjucksConfigs = {
|
||||
trimBlocks?: boolean;
|
||||
lstripBlocks?: boolean;
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
export const parseRepoUrl: (
|
||||
repoUrl: string,
|
||||
|
||||
Reference in New Issue
Block a user