Skip to content

Commit

Permalink
fix(mutates): change README for all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed Sep 9, 2024
1 parent dee093c commit f99967c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[![](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
to mutate the Abstract Syntax Tree (AST) of Angular projects. Built on top of `@mutates/core`, this
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,
Expand Down
4 changes: 2 additions & 2 deletions packages/core/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions packages/nx/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[![](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
mutate the Abstract Syntax Tree (AST) of Nx workspaces. Built on top of `@mutates/core`, this
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
Expand Down

0 comments on commit f99967c

Please sign in to comment.