You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a collection of examples using [Codegen](https://codegen.com). You can use these examples to learn how to use Codegen and build custom code transformations.
6
6
7
7
## Setup
8
8
9
9
We recommend using [`uv`](https://github.com/astral-sh/uv) with Python 3.13 for the best experience.
10
10
11
-
To install Codegen, please follow the [official installation guide](https://docs.codegen.com/introduction/installation). Once Codegen is installed, use these steps to run the examples in this repository:
11
+
To install Codegen, please follow the [official installation guide](https://graph-sitter.com/introduction/installation). Once Codegen is installed, use these steps to run the examples in this repository:
12
12
13
13
Install the graph_sitter.cli globally
14
14
@@ -32,7 +32,7 @@ Your environment is now ready to run example codemods.
32
32
33
33
### IDE Configuration (Optional)
34
34
35
-
To configure your IDE for optimal use with Codegen, follow our [IDE setup guide](https://docs.codegen.com/introduction/ide-usage#configuring-your-ide-interpreter).
35
+
To configure your IDE for optimal use with Codegen, follow our [IDE setup guide](https://graph-sitter.com/introduction/ide-usage#configuring-your-ide-interpreter).
36
36
37
37
## Examples
38
38
@@ -46,10 +46,10 @@ To see a transformation, simply run the `run.py` script within the desired direc
46
46
47
47
## Learn More
48
48
49
-
-[Documentation](https://docs.codegen.com)
50
-
-[Getting Started Guide](https://docs.codegen.com/introduction/getting-started)
0 commit comments