Skip to content

Commit

Permalink
chore: remove readme symlink (#427)
Browse files Browse the repository at this point in the history
* remove readme

* re-add symlink
  • Loading branch information
manuel3108 committed Jun 21, 2024
1 parent 1072604 commit d5c477c
Showing 1 changed file with 0 additions and 0 deletions.
30 changes: 0 additions & 30 deletions README.md

This file was deleted.

30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# svelte-add

`svelte-add` is a tool to add many different tools to your svelte/kit project.

This is a monorepo, containing the following packages:
| Package | Description |
|--------------|-----------|
| [@svelte-add/ast-manipulation](./packages/ast-manipulation/README.md) | Provides tools for manipulating JS, CSS and HTML AST's |
| [@svelte-add/ast-tooling](./packages/ast-tooling/README.md) | Bundles different tools for parsing and serializing JS, CSS and HTML AST's |
| [svelte-add](./packages/cli/README.md) | Allows you to apply different adders at once and guides you interactively through the adder initialization |
| [@svelte-add/adders](./adders) | That's the place where all official adders live |
| [@svelte-add/core](./packages/core/README.md) | Provides all utilities for easy application of adders |
| [@svelte-add/dev-utils](./packages/dev-utils/README.md) | Used to do some maintenance tasks inside the repository |
| [@svelte-add/testing-library](./packages/testing-library/README.md) | Provides tools to test a adders with all it's option in different project templates |
| [@svelte-add/tests](./packages/tests/README.md) | Uses `testing-library` to execute the tests for all official adders |
| [@svelte-add/website](./packages/website/README.md) | The website of this project |

## Contributing

Please see the [contribution guidelines](./CONTRIBUTING.md)

## Licensing

[MIT](./LICENSE)

## Thanks to

- [J](https://github.com/babichjacob) who initially created [svelte-add](https://github.com/svelte-add/svelte-add)
- All contributors of [svelte-add](https://github.com/svelte-add/svelte-add)
- [BlankParticle](https://github.com/BlankParticle) who initially brought up the idea of a [full rewrite](https://github.com/svelte-add/svelte-add/issues/328)

0 comments on commit d5c477c

Please sign in to comment.