|
5 | 5 | This is a monorepo, containing the following packages:
|
6 | 6 | | Package | Description |
|
7 | 7 | |--------------|-----------|
|
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 | |
17 | 17 |
|
18 | 18 | ## Contributing
|
19 | 19 |
|
|
0 commit comments