TheKnarf / codemodr

A codemod runner supporting ES6 generators.
2 stars 1 forks source link

Build my own Codemods runner #1

Open TheKnarf opened 5 years ago

TheKnarf commented 5 years ago

I'd like to build a codemods runner that works with yieldable functions. Where you yield any side effect. Example on side effects I'd like to support:

Some tools / libraries to check out:

Refactoring tools:

It would be interesting to have a codemods runner tool that could both be used in batch mode from the terminal, as well as a work as a refactoring tool over the Language Server Protocol with a plugin for Vim and VSCode.

For LSP support in Vim I could check out vim-lsc or vim-coc.

TheKnarf commented 4 years ago

Work on this began in 1c6105703ba4568d007f8bbfe7441d10b7977a65

TODO:

TheKnarf commented 4 years ago

Look at: