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

https://github.com/aegenet/au2

Aurelia 2 Plugins & Tools
https://github.com/aegenet/au2

aurelia aurelia2 codemirror prism

Last synced: 4 months ago
JSON representation

Aurelia 2 Plugins & Tools

Awesome Lists containing this project

README

          

[![Build Status](https://github.com/aegenet/au2/actions/workflows/ci.yml/badge.svg)](https://github.com/aegenet/au2/actions)
[![codecov](https://codecov.io/gh/aegenet/au2/branch/master/graph/badge.svg?token=DLR66JH77R)](https://codecov.io/gh/aegenet/au2)

# Aurelia 2 - Plugins & Tools monorepo

This repository contains a collection of Aurelia 2 plugins and tools.

**Note**:

- Tested with [`Aurelia v2.0.0-beta.21`](https://github.com/aurelia/aurelia/releases/tag/v2.0.0-beta.21).

## Plugins

| Name | Usage |
| ---------------------------------------------------------------------- | -------------------------------------------------------------- |
| [@aegenet/au2-base-component](./packages/au2-base-component/README.md) | Base component with `EventAggregator`, `I18N` and `AntiBounce` |
| [@aegenet/au2-prism](./packages/au2-prism/README.md) | Prism view and Prism Editor component |
| [@aegenet/au2-code-mirror](./packages/au2-code-mirror/README.md) | CodeMirror 6+ component - Draft only |
| [@aegenet/au2-code-mirror-5](./packages/au2-code-mirror-5/README.md) | CodeMirror 5 component - Draft only |

# Coverage

[![codecov](https://codecov.io/gh/aegenet/au2/branch/master/graph/badge.svg?token=DLR66JH77R)](https://codecov.io/gh/aegenet/au2)

![Coverage sunburst](https://codecov.io/gh/aegenet/au2/branch/master/graphs/sunburst.svg?token=DLR66JH77R)

![Coverage tree](https://codecov.io/gh/aegenet/au2/branch/master/graphs/tree.svg?token=DLR66JH77R)

# License

[The MIT License](LICENSE) - Copyright © 2022-2024 [Alexandre Genet](https://github.com/aegenet).