One-liner for installing a fresh Drupal instance with Yild and contributed providers using a make file.
drush make drupal.make.yml your-drupal-folder-name && \
cd your-drupal-folder-name && \
drush si --db-url=mysql://user:[email protected]:port/your-db-name --site-name="Yild provider development" --yes && \
drush en yild, yild_your_provider_name