I've used it on a few different projects & it'...
# daft-dev
c
I've used it on a few different projects & it's pretty nice. One of the features I like the most is that (similar to cargo & some other package managers) you don't need to be in the root directory to run the commands. so while with
make
you need to do something like
Copy code
cd ../../
make build
cd -
with
just
you can just run
just build
🙌 2