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

https://github.com/atomicojs/custom-elements-manifest


https://github.com/atomicojs/custom-elements-manifest

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# @atomico/custom-elements-manifest

plugin for [@custom-elements-manifest/analyzer](https://github.com/open-wc/custom-elements-manifest/) that adds support to [Atomico](https://github.com/atomicojs/atomico)

## Example

`custom-elements-manifest.config.mjs`

```js
import atomico from "@atomico/custom-elements-manifest";

export default {
plugins: [atomico()],
};
```