Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CharlieGreenman opened this issue Jan 29, 2023 · 0 comments
Open

Comments

@CharlieGreenman
Copy link
Contributor

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
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant