tylermilner / cookiecutter-ios-swiftui

Cookiecutter template for jump-starting modern iOS apps using SwiftUI.
MIT License
1 stars 0 forks source link

Setup Makefile #31

Open tylermilner opened 5 months ago

tylermilner commented 5 months ago

It might be nice to use make and a Makefile to define scripts/commands for default project generation, tests, linters/formatters, etc. instead of having bespoke shell scripts (e.g. run-tests.sh, lint.sh, etc.). See an example here.