Implementing a Makefile as the entrypoint to our repository #195
Unanswered
phutchins
asked this question in
Architecture & Design
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to propose that we implement a Makefile as the entrypoint to the dGrants repository. The make binary is available on most systems out of the box and is a common pattern for many different types of applications. Utilizing a Makefile and standardizing commands not only for dGrants and its sub packages, but for all projects that we develop will make CI/CD much easier to implement and automate across the board.
Having a Makefile makes it possible to discover the commands used behind the scenes whether you are in a Golang project or a Node.js project. It allows us to easily wrap the installation of dependencies. It also allows us to be much more advanced in our logic where necessary.
Some things that I would like to make possible:
Beta Was this translation helpful? Give feedback.
All reactions