parent
							
								
									34810088c3
								
							
						
					
					
						commit
						fa1774b550
					
				
					 2 changed files with 16 additions and 0 deletions
				
			
		
							
								
								
									
										15
									
								
								templates/justfile.twig
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								templates/justfile.twig
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,15 @@
 | 
			
		|||
default:
 | 
			
		||||
  @just --list
 | 
			
		||||
 | 
			
		||||
{% if "php" is same as language %}
 | 
			
		||||
composer *args:
 | 
			
		||||
  {{ "just _exec php composer {{ args }}" | raw }}
 | 
			
		||||
{% endif %}
 | 
			
		||||
 | 
			
		||||
{% if "drupal-project" is same as type %}
 | 
			
		||||
drush *args:
 | 
			
		||||
  {{ "just _exec php drush {{ args }}" | raw }}
 | 
			
		||||
{% endif %}
 | 
			
		||||
 | 
			
		||||
_exec +args:
 | 
			
		||||
  {{ "docker compose exec {{ args }}" | raw }}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue