Commit graph

1 commit

Author SHA1 Message Date
Digikwal
a94b12dfc4
chore: add Makefile
Includes the following targets:
- `make lint`     → Run pre-commit hook for trailing whitespace
- `make format`   → Apply Prettier formatting across the repo
- `make push`     → Add, commit (with prompt), and push changes
- `make amend`    → Amend the last commit without editing message
- `make help`     → Show usage guide

Also includes optional extras like hook installation and reset utilities.
2025-06-26 22:04:21 +02:00