https://github.com/thiiagoms/memento-mori
:skull_and_crossbones: Memento Mori CLI application
https://github.com/thiiagoms/memento-mori
memento-mori php-cli php-cli-script
Last synced: about 2 months ago
JSON representation
:skull_and_crossbones: Memento Mori CLI application
- Host: GitHub
- URL: https://github.com/thiiagoms/memento-mori
- Owner: thiiagoms
- License: apache-2.0
- Created: 2023-06-13T02:33:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T21:32:34.000Z (almost 3 years ago)
- Last Synced: 2025-03-05T22:44:33.005Z (over 1 year ago)
- Topics: memento-mori, php-cli, php-cli-script
- Language: PHP
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- [Dependencies :heavy_plus_sign:](#dependencies)
- [Install :package:](#install)
- [Run :runner:](#run)
## Dependencies
- Docker :whale:
## Install
01 -) Clone:
```shell
$ git clone https://github.com/thiiagoms/memento-mori
```
02 -) Go to `memento-mori` directory:
```shell
$ cd memento-mori
memento-mori $
```
03 -) Give `memento` permissions:
```shell
memento-mori $ chmod +x memento
```
04 -) Run `docker-compose.yml` to stand up containers
```shell
memento-mori $ docker-compose up -d
```
## Run
01 -) Execute `memento conntainer` and input your birthdate :birthday: in `Y-m-d` format:
```shell
memento-mori $ docker-compose run app php memento
███╗ ███╗███████╗███╗ ███╗███████╗███╗ ██╗████████╗ ██████╗ ███╗ ███╗ ██████╗ ██████╗ ██╗
████╗ ████║██╔════╝████╗ ████║██╔════╝████╗ ██║╚══██╔══╝██╔═══██╗ ████╗ ████║██╔═══██╗██╔══██╗██║
██╔████╔██║█████╗ ██╔████╔██║█████╗ ██╔██╗ ██║ ██║ ██║ ██║ ██╔████╔██║██║ ██║██████╔╝██║
██║╚██╔╝██║██╔══╝ ██║╚██╔╝██║██╔══╝ ██║╚██╗██║ ██║ ██║ ██║ ██║╚██╔╝██║██║ ██║██╔══██╗██║
██║ ╚═╝ ██║███████╗██║ ╚═╝ ██║███████╗██║ ╚████║ ██║ ╚██████╔╝ ██║ ╚═╝ ██║╚██████╔╝██║ ██║██║
╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝
=> Remember you must die
[*] Author: Thiago AKA thiiagoms
[*] Version: 1.0
>> Your Birthdate:
```