diff --git a/README.md b/README.md index 785bede..142bdea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![](https://raw.githubusercontent.com/IKatsuba/mutates/main/docs/src/app/opengraph-image.png)](https://mutates.katsuba.dev) - # Mutates +[![](https://raw.githubusercontent.com/IKatsuba/mutates/main/docs/src/app/opengraph-image.png)](https://mutates.katsuba.dev) + 🚀 **Mutates** is a powerful toolset for mutating the Abstract Syntax Tree (AST) of TypeScript files. It is a fork of `ng-morph`, with a broader focus beyond Angular-specific transformations, allowing for extensive AST modifications in any TypeScript project. diff --git a/packages/angular/README.md b/packages/angular/README.md index ee28795..0d4467a 100644 --- a/packages/angular/README.md +++ b/packages/angular/README.md @@ -1,5 +1,3 @@ -[![](https://raw.githubusercontent.com/IKatsuba/mutates/main/docs/src/app/opengraph-image.png)](https://mutates.katsuba.dev) - # @mutates/angular 🌟 **@mutates/angular** is a specialized package within the Mutates toolset, offering powerful tools @@ -7,6 +5,8 @@ to mutate the Abstract Syntax Tree (AST) of Angular projects. Built on top of `@ package provides Angular-specific transformations, making it easier to work with Angular components, directives, services, and more. +[![](https://raw.githubusercontent.com/IKatsuba/mutates/main/docs/src/app/opengraph-image.png)](https://mutates.katsuba.dev) + ## Features - **Angular-Specific Transformations:** Modify the AST of Angular components, directives, modules, diff --git a/packages/core/README.md b/packages/core/README.md index a18d575..a02b0b5 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -1,11 +1,11 @@ -[![](https://raw.githubusercontent.com/IKatsuba/mutates/main/docs/src/app/opengraph-image.png)](https://mutates.katsuba.dev) - # @mutates/core 🔧 **@mutates/core** is the essential package of the Mutates toolset, providing the core functionality to manipulate the Abstract Syntax Tree (AST) of TypeScript files. It serves as the backbone for other specialized packages within the Mutates ecosystem. +[![](https://raw.githubusercontent.com/IKatsuba/mutates/main/docs/src/app/opengraph-image.png)](https://mutates.katsuba.dev) + ## Features - **AST Manipulation:** Modify the AST of any TypeScript file with ease. diff --git a/packages/nx/README.md b/packages/nx/README.md index 4d536f6..f421eea 100644 --- a/packages/nx/README.md +++ b/packages/nx/README.md @@ -1,5 +1,3 @@ -[![](https://raw.githubusercontent.com/IKatsuba/mutates/main/docs/src/app/opengraph-image.png)](https://mutates.katsuba.dev) - # @mutates/nx 🚀 **@mutates/nx** is a specialized package within the Mutates toolset, offering robust tools to @@ -7,6 +5,8 @@ mutate the Abstract Syntax Tree (AST) of Nx workspaces. Built on top of `@mutate package provides Nx-specific transformations, making it easier to work with the modular structure of Nx projects, including Angular, and other framework integrations. +[![](https://raw.githubusercontent.com/IKatsuba/mutates/main/docs/src/app/opengraph-image.png)](https://mutates.katsuba.dev) + ## Features - **Nx-Specific Transformations:** Modify the AST of Nx workspace files, including project