Skip to content
/ blt Public
forked from acquia/blt

BLT is a tool that generates new Drupal projects using a standardized template derived from Acquia Professional Services' best practices.

License

Notifications You must be signed in to change notification settings

timwood/blt

 
 

Repository files navigation

BLT

Build Status Documentation Status Packagist

BLT (Build and Launch Tool) is a tool that generates new Drupal projects using a standardized template derived from Acquia Professional Services' best practices.

You can find all BLT documentation on Read the Docs:

Getting started

See INSTALL.md to:

Philosophy and Purpose

BLT is designed to improve efficiency and collaboration across Drupal projects by providing a common set of tools and standardized structure. It was born out of the need to reduce re-work, project set up time, and developer onboarding time.

Its explicit goals are to:

  • Provide a standard project template for Drupal based projects
  • Provide tools that automate much of the setup and maintenance work for projects
  • Document and enforce Drupal standards and best practices via default configuration, automated testing, and continuous integration

It scope is discretely defined. It is not intended to provide:

  • Drupal application features (e.g., workflow, media, layout, pre-fabbed content types, etc.)
  • A local hosting environment
  • A replacement for good judgement (as with Drupal, it leaves you the freedom to make mistakes)

Features

  • Git Hooks
    • pre-commit: Checks for Drupal coding standards compliance
    • commit-msg: Check for proper formatting and syntax
  • Testing Framework.
    • Behat: default local.yml configuration, example tests, FeatureContext.php
    • PHPUnit: default tests for ensuring proper functioning of BLT provided components
  • Project tasks
    • Executing tests and validating code
    • Building dependencies
      • Management of Drupal core, contrib, and third party libraries via Composer
      • Building front end assets. E.g, via gulp, npm, bower, etc.
    • (Re)installation of Drupal
      • Configuration import
  • Artifact Generation
    • Building production-only dependencies
    • Sanitation of production code
  • Continuous Integration & Deployment

Support and contribution

BLT is provided as an open source tool in the hope that it will enabled developers to easily generate new Drupal projects that conform to Acquia Professional Services' best practices.

Please feel free to contribute to the project or file issues via the GitHub issue queue. See CONTRIBUTING.md for contribution guidelines and instructions.

License

Copyright (C) 2016 Acquia, Inc.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

About

BLT is a tool that generates new Drupal projects using a standardized template derived from Acquia Professional Services' best practices.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 86.5%
  • Shell 12.6%
  • Other 0.9%