Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joetannenbaum/ssh-resume
A (future) TUI renderer based on Laravel Prompts
https://github.com/joetannenbaum/ssh-resume
Last synced: about 1 month ago
JSON representation
A (future) TUI renderer based on Laravel Prompts
- Host: GitHub
- URL: https://github.com/joetannenbaum/ssh-resume
- Owner: joetannenbaum
- Created: 2023-10-16T16:58:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-12T17:01:54.000Z (12 months ago)
- Last Synced: 2024-11-20T12:19:37.295Z (about 1 month ago)
- Language: PHP
- Size: 18.6 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chewie
A (future) TUI renderer based on Laravel Prompts.
## Labs
These labs are just little demos I've created to find patterns and test out ideas. Some of the code is good, some, not so much. Just my little playground.
You can browse all of them [here](./lab/). And you can run them on your own machine!
### Setup and Installation
- Clone this repo
- `composer install`### Kanban
Video: https://twitter.com/joetannenbaum/status/1713277008233279827
Tutorial: https://blog.joe.codes/hacking-laravel-prompts-for-fun-and-profit
```bash
php lab/kanban.php
```### Prong
Video: https://twitter.com/joetannenbaum/status/1713277008233279827
```bash
php lab/prong.php
```### Dashboard
Video: https://twitter.com/joetannenbaum/status/1715170636769677438
```bash
php lab/dashboard.php
```