Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/svelte-compose/svelte-compose
- Owner: svelte-compose
- License: mit
- Archived: true
- Created: 2024-04-05T17:22:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T07:18:54.000Z (9 months ago)
- Last Synced: 2024-10-16T08:04:21.631Z (4 months ago)
- Topics: adder, bootstrap, bulma, composer, kit, mdsvex, svelte, svelte-add, svelte-compose, svelte-kit, tailwindcss
- Language: TypeScript
- Homepage: https://svelte-add.com
- Size: 285 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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)