-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [studio] Update README.md * Update README.md
- Loading branch information
1 parent
1141097
commit e7769d3
Showing
1 changed file
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,30 @@ | ||
# Codemod Studio | ||
<p align="center"> | ||
<a href="https://codemod.studio"> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="/apps/docs/images/codemod-studio/codemod-studio-hero-dark.jpg"> | ||
<source media="(prefers-color-scheme: light)" srcset="/apps/docs/images/codemod-studio/codemod-studio-hero-light.jpg"> | ||
<img alt="Codemod Registry Header" src="/apps/docs/images/codemod-studio/codemod-studio-hero-light.jpg"></picture> | ||
</a> | ||
</p> | ||
|
||
Codemod Studio is an AI workbench for creating codemods. Codemods are powerful code automation bots that can automate many crucial yet tedious coding tasks, such as migrations, upgrades, large-scale changes, enforcing best practices, and bringing conformity to a codebase. However, building codemods manually is a time-consuming process. | ||
|
||
Codemod Studio allows you to “instantly” create code automation bots with the help of AI, specialized helpers, and debuggers, as well as a vibrant community of “codemod champions.” | ||
|
||
## Features | ||
|
||
### 1. Build | ||
|
||
With the help of fine-tuned LLMs under-the-hood and codemod creation features such as expert-curated prompts, and smart highlighting, Codemod Studio can help you build codemods in a few minutes. | ||
|
||
### 2. Test | ||
|
||
Codemod Studio allows you to iteratively test, debug, and improve your codemods as you build them. | ||
|
||
### 3. Run | ||
|
||
With close integration with Codemod platform, Codemod Studio allows you to easily run your codemods over your projects using Codemod CLI, VS Code Extension, or on your GitHub repositories right from the studio. | ||
|
||
## Documentation | ||
|
||
For details on how to use Codemod Studio, check out our [documentation](https://go.codemod.com/studio-docs). |