build: add justfile
This commit is contained in:
parent
3784535b07
commit
a4ac338cfb
2 changed files with 11 additions and 29 deletions
11
justfile
Normal file
11
justfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
default:
|
||||
@just --list
|
||||
|
||||
composer *args:
|
||||
just _exec php composer {{ args }}
|
||||
|
||||
drush *args:
|
||||
just _exec php drush {{ args }}
|
||||
|
||||
_exec +args:
|
||||
docker compose exec {{ args }}
|
Loading…
Add table
Add a link
Reference in a new issue