An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



Logo

Memento mori :skull_and_crossbones:



PHP
Docker


- [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:
```