mirror of
https://github.com/anas-elgarhy/JColorfulConsole.git
synced 2024-08-14 23:57:19 +00:00
Add sonar cloud badges
This commit is contained in:
parent
01e1555e57
commit
4ec1cea30d
1 changed files with 15 additions and 5 deletions
20
README.md
20
README.md
|
@ -1,9 +1,18 @@
|
||||||
## JColorfulConsole
|
# JColorfulConsole is a console color library.
|
||||||
|
|
||||||
### JColorfulConsole is a console color library.
|
|
||||||
[](https://jitpack.io/#Anas-Elgarhy/JColorfulConsole)
|
[](https://jitpack.io/#Anas-Elgarhy/JColorfulConsole)
|
||||||
|
[](https://sonarcloud.io/summary/new_code?id=Anas-Elgarhy_JColorfulConsole)
|
||||||
|
[](https://sonarcloud.io/summary/new_code?id=Anas-Elgarhy_JColorfulConsole)
|
||||||
|
[](https://sonarcloud.io/summary/new_code?id=Anas-Elgarhy_JColorfulConsole)
|
||||||
|
[](https://sonarcloud.io/summary/new_code?id=Anas-Elgarhy_JColorfulConsole)
|
||||||
|
[](https://sonarcloud.io/summary/new_code?id=Anas-Elgarhy_JColorfulConsole)
|
||||||
|
[](https://sonarcloud.io/summary/new_code?id=Anas-Elgarhy_JColorfulConsole)
|
||||||
|
[](https://sonarcloud.io/summary/new_code?id=Anas-Elgarhy_JColorfulConsole)
|
||||||
|
[](https://sonarcloud.io/summary/new_code?id=Anas-Elgarhy_JColorfulConsole)
|
||||||
|
[](https://sonarcloud.io/summary/new_code?id=Anas-Elgarhy_JColorfulConsole)
|
||||||
|
[](https://sonarcloud.io/summary/new_code?id=Anas-Elgarhy_JColorfulConsole)
|
||||||
|
|
||||||
### Features:
|
## Features:
|
||||||
- Support text color.
|
- Support text color.
|
||||||
- Support background color.
|
- Support background color.
|
||||||
- Support 256 colors (RGB).
|
- Support 256 colors (RGB).
|
||||||
|
@ -13,7 +22,8 @@
|
||||||
- Lightweight and fast.
|
- Lightweight and fast.
|
||||||
- Easy to use.
|
- Easy to use.
|
||||||
|
|
||||||
### How to add this library into your project
|
## How to add this library into your project
|
||||||
|
### Maven
|
||||||
**Step 1**. Add the dependency
|
**Step 1**. Add the dependency
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -41,7 +51,7 @@ allprojects {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage:
|
# Usage:
|
||||||
|
|
||||||
```java
|
```java
|
||||||
public class Example1 {
|
public class Example1 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue