# codemod **Repository Path**: mirrors_sourcegraph/codemod ## Basic Information - **Project Name**: codemod - **Description**: A collection of codemods powered by TS-Morph and PostCSS - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-24 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @sourcegraph/codemod A toolkit for writing codemods powered by [ts-morph](https://github.com/dsherret/ts-morph) and [PostCSS](https://github.com/postcss/postcss). ## Docs Extended documentation is coming to the project. In the meantime, take a look at [the RFC](https://docs.google.com/document/d/1SMxtA4O9vDVqBlAUFwFdxG2wXnDOId2gjAOWtdp3Zas/edit?usp=sharing), which contains all the background information. ## Setup ```sh yarn ``` ## Use ```sh yarn transform --help ``` ## Other commands ```sh yarn build yarn build:clean yarn build:watch yarn test yarn format yarn format:check yarn lint ```