Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://bpg.github.io/my-awesome-library/

Example of a projects created from bpg/awesome-library.g8 template
https://bpg.github.io/my-awesome-library/

Last synced: 2 months ago
JSON representation

Example of a projects created from bpg/awesome-library.g8 template

Awesome Lists containing this project

README

        

# My Awesome Library

[![Scala Steward Action badge](https://img.shields.io/badge/Scala_Steward_Action-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://github.com/scala-steward-org/scala-steward-action)
[![Build](https://github.com/bpg/my-awesome-library/workflows/build/badge.svg?branch=main)](https://github.com/bpg/my-awesome-library/actions?query=branch%3Amain+workflow%3Abuild)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.bpg/my-awesome-library-core_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.bpg/my-awesome-library-core_2.13)

An awesome public FP library.

## Usage

The packages are published on Maven Central.

```scala
libraryDependencies += "com.github.bpg" %% "my-awesome-library-core" % ""
```

## Documentation

Links:

- [Website](https://bpg.github.io/my-awesome-library/)
- [API documentation](https://bpg.github.io/my-awesome-library/api/)

## Contributing

The My Awesome Library project welcomes contributions from anybody wishing to participate. All code or documentation that is provided must be licensed with the same license that My Awesome Library is licensed with (Apache 2.0, see [LICENCE](./LICENSE.md)).

People are expected to follow the [Scala Code of Conduct](./CODE_OF_CONDUCT.md) when discussing My Awesome Library on GitHub, Gitter channel, or other venues.

Feel free to open an issue if you notice a bug, have an idea for a feature, or have a question about the code. Pull requests are also gladly accepted. For more information, check out the [contributor guide](./CONTRIBUTING.md).

## License

All code in this repository is licensed under the Apache License, Version 2.0. See [LICENCE](./LICENSE.md).