-
-
Notifications
You must be signed in to change notification settings - Fork 1
Development Alias Commands
Joe Giardino edited this page Jun 20, 2022
·
2 revisions
This documents all alias commands for the project.
This project uses Makefile as a glorified aliases file to help avoid developers having to remember long tedious commands. The projects use of Makefile comes from some Makefile documentation here.
- All Makefile alias commands can simply be ran with make followed by the command. Example
make run-dev
-
make help
can also be ran to see all make commands. - You can also always see alias commands here https://github.com/JDGiardino/BGG-Companion/blob/main/Makefile