You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Linux installs a Makefile is most likely a good idea, at least initially. For Windows an .exe would be superior as people can just double click it and for MacOS I have no idea.
I would focus first on
make init or make install
make test
make docs
The other ones are less important (in my opinion) and should be saved for later milestones down the line.
related to #27
introduce a Makefile that creates a recurring common way of interacting with this project (and similar ones) regardless of the tool-chain it uses
The controbutorsmd documentation should then start by listing these make targets - and only later explore the details behind it
useful targets (comming from the py cookiecutter) to consider
in this case it might also be useful to have something around that wraps launching the services ?
make run
-make start
-make stop
?The text was updated successfully, but these errors were encountered: