Add justfile
This commit is contained in:
parent
91cba785f4
commit
e6ae3a1655
2 changed files with 9 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
devShells.${system}.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
just
|
||||
php83
|
||||
php83Packages.composer
|
||||
];
|
||||
|
|
8
justfile
Normal file
8
justfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
_default:
|
||||
just --list
|
||||
|
||||
export-config:
|
||||
drush config:export --destination=`pwd`/config/sync --yes
|
||||
|
||||
install-drupal:
|
||||
drush si --db-url=sqlite://localhost/db.sqlite
|
Loading…
Add table
Add a link
Reference in a new issue