Hacker News new | ask | show | jobs
by kespindler 1612 days ago
Instead, I highly recommend https://github.com/casey/just .

Add these two lines to the top to use node executables and load the dotenv:

``` set dotenv-load := true export PATH := "./node_modules/.bin:" + env_var('PATH') ```

1 comments

Thanks for sharing this. Thats sure looks like a great alternative.

Fun fact: I actually lived with Casey (the maintainer) in a co-living space about 7 years ago. Small world ...