Closed boraarslan closed 1 year ago
Currently, we use Make to simplify the development workflow. Make is great and enough, but I personally would like to have a justfile in the project.
Make
justfile
just : (https://github.com/casey/just)
just
what commands do we want
We basically want everything that's in the Makefile mapped to justfile. I think commands are pretty straightforward and should be easy to map to justfile.
Currently, we use
Make
to simplify the development workflow.Make
is great and enough, but I personally would like to have ajustfile
in the project.just
: (https://github.com/casey/just)