Skip to content

[Roadmap]: Codemods should be broken into their own package.json #8

@CharlieGreenman

Description

@CharlieGreenman

This will allow the following architecture

  1. Base codemod/core library. Will contain utils used for codemod
    —> @codemorph/core - 2.0.0

  2. Each programming language will be broken into it's own npm package. This will allow them to be versioned on their own level outside of everything else
    @codemorph/angular - 15.0.0
    @codemorph/angular - 14.0.0
    @codemorph/react - 17.0.0
    @codemorph/react - 18.0.0
    ——

  3. Allow companies to extend/override base razroo codemod, so they can have their own flavored codemods be the default
    @salesforce/angular - 15.0.0

CodemorphExtend({
…@salesforce/angular
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions