webauthn-framework
webauthn-framework copied to clipboard
Makefile enhancement
Description
The Makefile used in this project is very basic: it contains a few number of commands for helping CI/CD. But it could be better for contributor onboarding or by integrating new cool stuff e.g. PHPQA without the boring docker commands to call.
Example
make first-install #Install everything and make it ready to be modified by a contributor
make before-commit # Run all tests and reports a contributor should need for tests to pass