hypermod-community
hypermod-community copied to clipboard
Community-owned global registry and documentation hub for codemods. Write & run codemods, share them with your friends!
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...
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...
Stand-alone example repo including, - typical example - ts-morph + babeljs mods - docs etc
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...
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...
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,...
`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. ##...