Skip to main content

Posts

Showing posts from August, 2020

Acquia BLT (Build and Launch Tool)

  To improve efficiency and collaboration across Drupal projects, Acquia BLT provides both a common suite of tools and standardized structure. The tools and structure will help developers reduce incidents of duplicated work, speed up project configuration, and onboard new developers faster. Using Acquia BLT for your Drupal projects will help you meet the following goals during your development cycles: Provide a standard project template for Drupal based projects Provide tools automating the configuration and maintenance work for projects Document and enforce Drupal standards and best practices through default configuration, automated testing, and continuous integration Features Acquia BLT offers the following features for your organization’s use: Local Git hooks : Evaluate formatting, syntax, and compliance with Drupal coding standards. Testing frameworks : Provides default configurations for Behat and PHPUnit. Project automation tasks : Includes commands for syncing environments, ...