casey/just

🤖 Just a command runner

Example of using another interpreter:

js:
  #!/usr/bin/env node
  console.log('Greetings from JavaScript!')
export PATH := "./node_modules/.bin:" + env_var('PATH')

https://github.com/casey/just#alternatives-and-prior-art

Created: 2024-04-06 Sat 00:49