Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add screenshots to readme. #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,26 @@ require "shell-table"

See the `/examples` folder for usage (for now)

### Simple Example

[simple example code](/examples/simple.cr)

```bash
crystal lib/shell-table/examples/simple.cr
```

<img width="582" alt="Screenshot 2023-11-06 at 8 12 12 PM" src="https://github.com/luckyframework/shell-table.cr/assets/4094542/a173bdb3-4c44-423f-88fc-0afc86491fb5">


### DSL Example

[DSL example code](/examples/dsl.cr)

```bash
crystal lib/shell-table/examples/dsl.cr
```

<img width="801" alt="Screenshot 2023-11-06 at 8 12 25 PM" src="https://github.com/luckyframework/shell-table.cr/assets/4094542/ba13e36a-4b27-4b44-9e23-ddde8b463d91">

## Contributing

Expand Down