Skip to content

Commit f99967c

Browse files
committed
fix(mutates): change README for all packages
1 parent dee093c commit f99967c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[![](https://raw.githubusercontent.com/IKatsuba/mutates/main/docs/src/app/opengraph-image.png)](https://mutates.katsuba.dev)
2-
31
# Mutates
42

3+
[![](https://raw.githubusercontent.com/IKatsuba/mutates/main/docs/src/app/opengraph-image.png)](https://mutates.katsuba.dev)
4+
55
🚀 **Mutates** is a powerful toolset for mutating the Abstract Syntax Tree (AST) of TypeScript
66
files. It is a fork of `ng-morph`, with a broader focus beyond Angular-specific transformations,
77
allowing for extensive AST modifications in any TypeScript project.

packages/angular/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[![](https://raw.githubusercontent.com/IKatsuba/mutates/main/docs/src/app/opengraph-image.png)](https://mutates.katsuba.dev)
2-
31
# @mutates/angular
42

53
🌟 **@mutates/angular** is a specialized package within the Mutates toolset, offering powerful tools
64
to mutate the Abstract Syntax Tree (AST) of Angular projects. Built on top of `@mutates/core`, this
75
package provides Angular-specific transformations, making it easier to work with Angular components,
86
directives, services, and more.
97

8+
[![](https://raw.githubusercontent.com/IKatsuba/mutates/main/docs/src/app/opengraph-image.png)](https://mutates.katsuba.dev)
9+
1010
## Features
1111

1212
- **Angular-Specific Transformations:** Modify the AST of Angular components, directives, modules,

packages/core/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[![](https://raw.githubusercontent.com/IKatsuba/mutates/main/docs/src/app/opengraph-image.png)](https://mutates.katsuba.dev)
2-
31
# @mutates/core
42

53
🔧 **@mutates/core** is the essential package of the Mutates toolset, providing the core
64
functionality to manipulate the Abstract Syntax Tree (AST) of TypeScript files. It serves as the
75
backbone for other specialized packages within the Mutates ecosystem.
86

7+
[![](https://raw.githubusercontent.com/IKatsuba/mutates/main/docs/src/app/opengraph-image.png)](https://mutates.katsuba.dev)
8+
99
## Features
1010

1111
- **AST Manipulation:** Modify the AST of any TypeScript file with ease.

packages/nx/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[![](https://raw.githubusercontent.com/IKatsuba/mutates/main/docs/src/app/opengraph-image.png)](https://mutates.katsuba.dev)
2-
31
# @mutates/nx
42

53
🚀 **@mutates/nx** is a specialized package within the Mutates toolset, offering robust tools to
64
mutate the Abstract Syntax Tree (AST) of Nx workspaces. Built on top of `@mutates/core`, this
75
package provides Nx-specific transformations, making it easier to work with the modular structure of
86
Nx projects, including Angular, and other framework integrations.
97

8+
[![](https://raw.githubusercontent.com/IKatsuba/mutates/main/docs/src/app/opengraph-image.png)](https://mutates.katsuba.dev)
9+
1010
## Features
1111

1212
- **Nx-Specific Transformations:** Modify the AST of Nx workspace files, including project

0 commit comments

Comments
 (0)