hypermod-community icon indicating copy to clipboard operation
hypermod-community copied to clipboard

Community-owned global registry and documentation hub for codemods. Write & run codemods, share them with your friends!

Results 33 hypermod-community issues
Sort by recently updated
recently updated
newest added

here on GitHub most things refer to "hypermod", but on the site it's called "codeshiftcommunity", not sure whether that's on purpose, but maybe it could be made more consistent? Really...

- insertImportSpecifier - isDecendantOfNode

Originally submitted to Discord: https://discord.com/channels/1062245324732768347/1062248060702437376/1086273854072172544 I'm trying to run codeshift in a monorepo following this guide: https://www.codeshiftcommunity.com/docs/monorepos, but when I get the the Development step: https://www.codeshiftcommunity.com/docs/monorepos/#development the CLI does not...

📈 enhancement
🤩 good first issue

Hello, trying to use your codeshift-cli, but faced a problem. I created an example of my codemode repo - https://stackblitz.com/edit/node-uhcfpx?file=index.ts Here I have a `src` folder which contains all version...

🪲 bug

Stand-alone example repo including, - typical example - ts-morph + babeljs mods - docs etc

📚 docs

Hello again! Thanks for great tool btw 😃 I'm building a tool which is actually a wrapper around yours. It is a standalone package which contain all codemods and it...

📈 enhancement

Handy guide that links out to various parts of the docs.

📚 docs

Use this issue to request codemods for popular packages. **RULES** - Packages must be open source - Codemod should _(ideally)_ be in support of moving from one version to another...

🙏 requests

Our Discord is dedicated to discussing all things codemods! - Want to follow core project development? – [#development](https://discordapp.com/channels/1062245324732768347/1062248011754905711) - Requesting codemods for popular npm packages – [#requests](https://discordapp.com/channels/1062245324732768347/1062248092210053130) - Ask questions,...

💬 discussion

`codeshift.config.ts` is intended to act as the **source of truth for every codemod package**. Configs serve a dual purpose of holding all relevant metadata and one or more codemods. ##...