<div id="top"></div>
<!--
*** Thanks for checking out the Best-README-Template. If you have a suggestion
*** that would make this better, please fork the repo and create a pull request
*** or simply open an issue with the tag "enhancement".
*** Don't forget to give the project a star!
*** Thanks again! Now go create something AMAZING! :D
-->
<!-- PROJECT SHIELDS -->
<!--
*** I'm using markdown "reference style" links for readability.
*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
*** See the bottom of this document for the declaration of the reference variables
*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
*** https://www.markdownguide.org/basic-syntax/#reference-style-links
-->
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
<!-- PROJECT LOGO -->
<br />
<div align="center">
<!-- <a href="https://github.com/lenra-io/template-hello-world-node12">
<img src="images/logo.png" alt="Logo" width="80" height="80">
</a> -->
<h3 align="center">Lenra Common</h3>
<p align="center">
this repository contains all the common functions of the Lenra elixir projects (server/devtools/application-runner/query-parser).
In this project we find the controller & views helper as well as the error handling.
<br />
<br />
<a href="https://github.com/lenra-io/lenra-common/issues">Report Bug</a>
·
<a href="https://github.com/lenra-io/lenra-common/issues">Request Feature</a>
</p>
</div>
<!-- GETTING STARTED -->
## Getting Started
### Prerequisites
You need to add this lib into your phoenix app :
```bash
{:lenra_common, git: "https://github.com/lenra-io/lenra-common.git", tag: "v1.0.0-beta.X"}
```
<p align="right">(<a href="#top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please open an issue with the tag "enhancement" or "bug".
Don't forget to give the project a star! Thanks again!
<p align="right">(<a href="#top">back to top</a>)</p>
<!-- LICENSE -->
## License
Distributed under the **MIT** License. See [LICENSE](./LICENSE) for more information.
<p align="right">(<a href="#top">back to top</a>)</p>
<!-- CONTACT -->
## Contact
Lenra - [@lenra_dev](https://twitter.com/lenra_dev) - contact@lenra.io
Project Link: [https://github.com/lenra-io/lenra-common](https://github.com/lenra-io/lenra-common)
<p align="right">(<a href="#top">back to top</a>)</p>
<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[contributors-shield]: https://img.shields.io/github/contributors/lenra-io/lenra-common.svg?style=for-the-badge
[contributors-url]: https://github.com/lenra-io/lenra-common/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/lenra-io/lenra-common.svg?style=for-the-badge
[forks-url]: https://github.com/lenra-io/lenra-common/network/members
[stars-shield]: https://img.shields.io/github/stars/lenra-io/lenra-common.svg?style=for-the-badge
[stars-url]: https://github.com/lenra-io/lenra-common/stargazers
[issues-shield]: https://img.shields.io/github/issues/lenra-io/lenra-common.svg?style=for-the-badge
[issues-url]: https://github.com/lenra-io/lenra-common/issues
[license-shield]: https://img.shields.io/github/license/lenra-io/lenra-common.svg?style=for-the-badge
[license-url]: https://github.com/lenra-io/lenra-common/blob/master/LICENSE.txt