Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ocean-ds/ocean-android

Blu's Design System for Android
https://github.com/ocean-ds/ocean-android

kotlin

Last synced: 9 days ago
JSON representation

Blu's Design System for Android

Awesome Lists containing this project

README

        

Ocean Android



Actions Status


Sonarcloud Status


GitHub License


GitHub last commit


Dependabot


Conventional Commits


Conventional Commits


Discord Server

This project provides an UIKit for android that implements the [Ocean](https://zeroheight.com/9c9b2b3aa/p/257272-ocean-ds/t/968532) design system.

## Installation

```
maven {
name = "github-packages-maven-repo"
url = uri("https://maven.pkg.github.com/ocean-ds/ocean-ds-android")

credentials {
username = System.getenv("GPR_USER")
password = System.getenv("GPR_API_KEY")
}
}
```

## Usage

```
implementation br.com.useblu:ocean-components:LAST_VERSION
```

## Contributing

Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of this project! :blue_heart: Read below to learn how you can take part of it.

### Code of Conduct

We adopted a Code of Conduct that we expect project participants to adhere to. Please read [the full text](.github/CODE_OF_CONDUCT.md) so that you can understand what actions will and will not be tolerated.

### Contributing Guide

Read our [contributing guide](.github/CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.

### Good First Issues

To help you get your feet wet and get you familiar with our contribution process, we have a list of [good first issues](https://github.com/ocean-ds/ocean-android/labels/good%20first%20issue) that contain bugs which have a relatively limited scope. This is a great place to get started.

## Join our community

Join our [discord server](https://discord.gg/hDWzGPKuG2) to get the latest updates, chat with other Ocean enthusiasts, and see what's happening in the community!

## License

All packages are licensed under the terms of the [GPL-3.0 License](LICENSE)