https://github.com/tsoding/command-pattern
Command Pattern (an Imperative one)
https://github.com/tsoding/command-pattern
Last synced: 6 months ago
JSON representation
Command Pattern (an Imperative one)
- Host: GitHub
- URL: https://github.com/tsoding/command-pattern
- Owner: tsoding
- License: mit
- Created: 2023-11-11T03:40:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T17:04:13.000Z (about 2 years ago)
- Last Synced: 2025-04-29T12:23:45.112Z (8 months ago)
- Language: Rust
- Size: 37.1 KB
- Stars: 29
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Command Pattern (an Imperative one)
## Quick Start
```console
$ make
$ ./main
```
## Screencast
[](https://www.youtube.com/watch?v=LQ2rX5B0DUA)