boraarslan / mapper-influence

0 stars 0 forks source link

Add `justfile` to project #11

Closed boraarslan closed 1 year ago

boraarslan commented 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.

just : (https://github.com/casey/just)

Fursum commented 1 year ago

what commands do we want

boraarslan commented 1 year ago

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.