An older version of spud - see spadinastan/spud for the latest incarnation.
This repository has been archived on 2024-06-02. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Marc Cataford 3dad2071ff
All checks were successful
/ Tests (push) Successful in 52s
/ Static Analysis (push) Successful in 1m4s
refactor: extract configuration handling to own class
2024-04-13 23:17:42 -04:00
.forgejo/workflows ci: use taskfile in CI 2024-04-13 01:51:40 -04:00
script ci: lint + format + test on push 2024-04-13 01:07:26 -04:00
spud refactor: extract configuration handling to own class 2024-04-13 23:17:42 -04:00
tests refactor: extract configuration handling to own class 2024-04-13 23:17:42 -04:00
.gitignore feat: scaffolding + init and print configuration 2024-04-12 01:09:56 -04:00
.python-version feat: scaffolding + init and print configuration 2024-04-12 01:09:56 -04:00
pyproject.toml ci: lint + format + test on push 2024-04-13 01:07:26 -04:00
README.md docs: README stub 2024-04-13 01:59:02 -04:00
requirements.txt feat: scaffolding + init and print configuration 2024-04-12 01:09:56 -04:00
requirements_dev.txt ci: lint + format + test on push 2024-04-13 01:07:26 -04:00
requirements_sast.txt ci: lint + format + test on push 2024-04-13 01:07:26 -04:00
requirements_test.txt ci: lint + format + test on push 2024-04-13 01:07:26 -04:00
Taskfile.yml build: add taskfile to organize go-to dev shortcuts 2024-04-13 01:47:52 -04:00

Spud

🥔🥔🥔

Overview

Spud is a tool made to facilitate deploying containerized services.

Development

This project relies on go-task to facilitate the development flow. It's expected to be installed to leverage the Taskfile commands.