MCPcopy Create free account
hub / github.com/Snapchat/Valdi / init

Method init

npm_modules/cli/src/utils/fileUtils.ts:40–42  ·  view source on GitHub ↗
(templatePath: string)

Source from the content-addressed store, hash-verified

38 }
39
40 static init(templatePath: string): TemplateFile {
41 return new TemplateFile(templatePath);
42 }
43
44 withReplacements(replacements: Replacements): TemplateFile {
45 return new TemplateFile(this.templatePath, this.outputPath, replacements);

Callers 13

gulpfile.jsFile · 0.45
iFunction · 0.45
micromatch.jsFile · 0.45
pFunction · 0.45
generateSecretKeyMethod · 0.45
encryptMethod · 0.45
decryptMethod · 0.45
resolveSecretKeyMethod · 0.45
ValdiDatePickerClass · 0.45
createPrettierConfigFunction · 0.45
createEslintConfigFunction · 0.45
createPackageConfigFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected