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-6356: Add sister effect groundwork. #32

Closed CharlieGreenman closed 1 year ago

CharlieGreenman commented 1 year ago

Adds groundwork needed, so we can have effects within a backend setting using file strings only.

  1. In short, it used the name of the file itself, to determine the type of file
  2. If need be, we can use the content as an identifier of the type of file as well

User just needs to pass in files to effects and good to go