Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/svelte-compose/svelte-compose

⚠️ MOVED: https://github.com/svelte-add/svelte-add/ ⚠️ Add different tools to your new or existing svelte / svelte-kit project
https://github.com/svelte-compose/svelte-compose

adder bootstrap bulma composer kit mdsvex svelte svelte-add svelte-compose svelte-kit tailwindcss

Last synced: 7 days ago
JSON representation

⚠️ MOVED: https://github.com/svelte-add/svelte-add/ ⚠️ Add different tools to your new or existing svelte / svelte-kit project

Awesome Lists containing this project

README

        

# svelte-compose

> ⚠️ Moved to [svelte-add](https://github.com/svelte-add/svelte-add/)

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

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