Set up project configuration: EditorConfig, Git attributes, devcontainer, Release Drafter, SECURITY.md, and README badges
This commit is contained in:
16
README.md
16
README.md
@@ -3,6 +3,10 @@
|
||||
Java library for terminal UI: tables, rules, colors, prompts, menus, SelectList, pager, and more. Fluent API, ANSI support, testable.
|
||||
|
||||
[](https://github.com/jakubbbdev/terminal-ui/actions/workflows/ci.yml)
|
||||
[](https://openjdk.org/)
|
||||
[](LICENSE)
|
||||
|
||||
[](https://codespaces.new/jakubbbdev/terminal-ui)
|
||||
|
||||
## Requirements
|
||||
|
||||
@@ -21,18 +25,6 @@ Run tests:
|
||||
./gradlew test
|
||||
```
|
||||
|
||||
Demo (non-interactive):
|
||||
|
||||
```bash
|
||||
./gradlew run
|
||||
```
|
||||
|
||||
Interactive demo (best run in a real terminal):
|
||||
|
||||
```bash
|
||||
./gradlew runDemo2
|
||||
```
|
||||
|
||||
## Usage (excerpt)
|
||||
|
||||
```java
|
||||
|
||||
Reference in New Issue
Block a user