Linter for bash.
https://github.com/koalaman/shellcheck
docker pull koalaman/shellcheck:v0.9.0
docker run --rm -it koalaman/shellcheck:v0.9.0 --version| # Jan 27th, 2023. | |
| # | |
| # As Debian user for a long long time I switch to macOS. | |
| # This file will try set that help me during workflow scenarios. | |
| - "command" + "arrow left or arrow right": Move at the start of the end of the line | |
| - "fn" + "a": open the dock, the dock all time live hidden in my desktop to use a fully screen | |
| - use three (3) fingers on the trackpad and move the hand from left to right in order to change quickly from apps. |
| services: | |
| db: | |
| image: postgres:latest | |
| container_name: pgsql | |
| hostname: myhost | |
| restart: always | |
| environment: | |
| POSTGRES_DB: test_db | |
| POSTGRES_USER: root | |
| POSTGRES_PASSWORD: root |
| # Location: .docker/api-rest/Dockerfile | |
| from alpine:3.17.2 | |
| run apk update | |
| run apk add \ | |
| python3=3.10.10-r0 \ | |
| py3-pip && \ | |
| pip3 install --no-cache-dir --upgrade fastapi uvicorn[standard] |
Linter for bash.
https://github.com/koalaman/shellcheck
docker pull koalaman/shellcheck:v0.9.0
docker run --rm -it koalaman/shellcheck:v0.9.0 --versionThis file will contain information about some PHP based tools that I have to use in order to write software products through PHP frameworks.
composer (lo que sería npm para node.js).phUML tool through docker compose