razroo / codemorph

Codemorph is an extensible, easy to understand, easy to contribute to, easy to use Codemod library. Codemorph is platform agnostic.
MIT License
21 stars 2 forks source link

[ZETA-6359]: That's a wrap - Ship it - standaloneEffects #33

Closed CharlieGreenman closed 1 year ago

CharlieGreenman commented 1 year ago

Works with any environment. E.g. system, browser, or backend.

Takes in three parameters to work

programmingLanguage: string, parameter: TemplateInputParameter, fileEffects: EditFileEffect[]
export interface EditFileEffect {
  filePath: string; 
  content: string;
  originFilePath: string;
}

Let's go 🚀