I am trying to set up a way to download and install Drupal 8 with some custom modules and a profile, all from the command line.
For Drupal 7 i had written a drush make file that downloaded a list of modules, including a custom profile and several custom modules from local git repositories
Is there a possibility to do this using drupal console? I know it can be done with composer as long as the dependencies are public