8000 Merge branch 'main' into feat/postconditions · svelte-add/svelte-add@6df0f79 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 6df0f79

Browse files
authored
Merge branch 'main' into feat/postconditions
2 parents 40c21c3 + 1cd3b3f commit 6df0f79

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
This is a monorepo, containing the following packages:
66
| Package | Description |
77
|--------------|-----------|
8-
| [@svelte-add/ast-manipulation](./projects/ast-manipulation/README.md) | Provides tools for manipulating JS, CSS and HTML AST's |
9-
| [@svelte-add/ast-tooling](./projects/ast-tooling/README.md) | Bundles different tools for parsing and serializing JS, CSS and HTML AST's |
10-
| [svelte-add](./projects/cli/README.md) | Allows you to apply different adders at once and guides you interactively through the adder initialization |
11-
| [@svelte-add/adders](./adders/README.md) | That's the place where all official adders live |
12-
| [@svelte-add/core](./projects/core/README.md) | Provides all utilities for easy application of adders |
13-
| [@svelte-add/dev-utils](./projects/dev-utils/README.md) | Used to do some maintenance tasks inside the repository |
14-
| [@svelte-add/testing-library](./projects/testing-library/README.md) | Provides tools to test a adders with all it's option in different project templates |
15-
| [@svelte-add/tests](./projects/tests/README.md) | Uses `testing-library` to execute the tests for all official adders |
16-
| [@svelte-add/website](./projects/website/README.md) | The website of this project |
8+
| [@svelte-add/ast-manipulation](./packages/ast-manipulation/README.md) | Provides tools for manipulating JS, CSS and HTML AST's |
9+
| [@svelte-add/ast-tooling](./packages/ast-tooling/README.md) | Bundles different tools for parsing and serializing JS, CSS and HTML AST's |
10+
| [svelte-add](./packages/cli/README.md) | Allows you to apply different adders at once and guides you interactively through the adder initialization |
11+
| [@svelte-add/adders](./adders) | That's the place where all official adders live |
12+
| [@svelte-add/core](./packages/core/README.md) | Provides all utilities for easy application of adders |
13+
| [@svelte-add/dev-utils](./packages/dev-utils/README.md) | Used to do some maintenance tasks inside the repository |
14+
| [@svelte-add/testing-library](./packages/testing-library/README.md) | Provides tools to test a adders with all it's option in different project templates |
15+
| [@svelte-add/tests](./packages/tests/README.md) | Uses `testing-library` to execute the tests for all official adders |
16+
| [@svelte-add/website](./packages/website/README.md) | The website of this project |
1717

1818
## Contributing
1919

0 commit comments

Comments
 (0)
0