Skip to content

Commit

Permalink
Updating readmes (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 7, 2023
1 parent 81dfcf7 commit 7d5971b
Showing 1 changed file with 54 additions and 6 deletions.
60 changes: 54 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
<p align="center">
<img src="https://github.com/fastybird/.github/blob/main/assets/repo_title.png?raw=true" alt="FastyBird"/>
</p>

# FastyBird metadata library

[![Build Status](https://badgen.net/github/checks/FastyBird/metadata-library/main?cache=300&style=flat-square)](https://github.com/FastyBird/metadata-library/actions)
[![Licence](https://badgen.net/github/license/FastyBird/metadata-library?cache=300&style=flat-square)](https://github.com/FastyBird/metadata-library/blob/main/LICENSE.md)
[![Code coverage](https://badgen.net/coveralls/c/github/FastyBird/metadata-library?cache=300&style=flat-square)](https://coveralls.io/r/FastyBird/metadata-library)
[![Build Status](https://img.shields.io/github/actions/workflow/status/FastyBird/metadata-library/ci.yaml?style=flat-square)](https://github.com/FastyBird/metadata-library/actions)
[![Licence](https://img.shields.io/github/license/FastyBird/metadata-library?style=flat-square)](https://github.com/FastyBird/metadata-library/blob/main/LICENSE.md)
[![Code coverage](https://img.shields.io/coverallsCoverage/github/FastyBird/metadata-library?style=flat-square)](https://coveralls.io/r/FastyBird/metadata-library)
[![Mutation testing](https://img.shields.io/endpoint?style=flat-square&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FFastyBird%2Fmetadata-library%2Fmain)](https://dashboard.stryker-mutator.io/reports/github.com/FastyBird/metadata-library/main)

![PHP](https://badgen.net/packagist/php/FastyBird/metadata-library?cache=300&style=flat-square)
[![PHP downloads total](https://badgen.net/packagist/dt/FastyBird/metadata-library?cache=300&style=flat-square)](https://packagist.org/packages/FastyBird/metadata-library)
[![PHP latest stable](https://badgen.net/packagist/v/FastyBird/metadata-library/latest?cache=300&style=flat-square)](https://packagist.org/packages/FastyBird/metadata-library)
[![PHPStan](https://img.shields.io/badge/phpstan-enabled-brightgreen.svg?style=flat-square)](https://github.com/phpstan/phpstan)
[![Latest stable](https://badgen.net/packagist/v/FastyBird/metadata-library/latest?cache=300&style=flat-square)](https://packagist.org/packages/FastyBird/metadata-library)
[![Downloads total](https://badgen.net/packagist/dt/FastyBird/metadata-library?cache=300&style=flat-square)](https://packagist.org/packages/FastyBird/metadata-library)
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat-square)](https://github.com/phpstan/phpstan)

![JS](https://img.shields.io/badge/js-es6-blue.svg?style=flat-square)
[![JS downloads total](https://badgen.net/npm/dt/@fastybird/metadata-library?cache=300&style=flat-square)](https://www.npmjs.com/package/@fastybird/metadata-library)
Expand Down Expand Up @@ -45,6 +49,50 @@ yarn add @fastybird/metadata-library

If you want to place your module, plugin, connector etc. here, feel free to create [pull request](https://github.com/FastyBird/fastybird/pulls) with your updates.

# FastyBird

<p align="center">
<img src="https://github.com/fastybird/.github/blob/main/assets/fastybird_row.svg?raw=true" alt="FastyBird"/>
</p>

FastyBird is an Open Source IOT solution built from decoupled components with powerful API and the highest quality code. Read more on [fastybird.com.com](https://www.fastybird.com).

## Documentation

Documentation is available on [docs.fastybird.com](https://docs.fastybird.com).

## Contributing

The sources of this package are contained in the [FastyBird monorepo](https://github.com/FastyBird/fastybird). We welcome contributions for this package on [FastyBird/fastybird](https://github.com/FastyBird/).

## Feedback

Use the [issue tracker](https://github.com/FastyBird/fastybird/issues) for bugs
or [mail](mailto:code@fastybird.com) or [Tweet](https://twitter.com/fastybird) us for any idea that can improve the
project.

Thank you for testing, reporting and contributing.

## Changelog

For release info check [release page](https://github.com/FastyBird/fastybird/releases).

## Maintainers

<table>
<tbody>
<tr>
<td align="center">
<a href="https://github.com/akadlec">
<img alt="akadlec" width="80" height="80" src="https://avatars3.githubusercontent.com/u/1866672?s=460&amp;v=4" />
</a>
<br>
<a href="https://github.com/akadlec">Adam Kadlec</a>
</td>
</tr>
</tbody>
</table>

***
Homepage [https://www.fastybird.com](https://www.fastybird.com) and
repository [https://github.com/FastyBird/metadata-library](https://github.com/FastyBird/metadata-library).

0 comments on commit 7d5971b

Please sign in to comment.