Table of Contents generated with DocToc
The Drupal Console is a suite of tools that you run on a command line interface (CLI) to generate boilerplate code and interact with a Drupal 8 installation.
The Drupal 8 supported version is Drupal 8 Beta 14.
You can read or download the Drupal Console documentation at bit.ly/console-book.
You can ask for support at Drupal Console gitter chat room http://bit.ly/console-support.
# Run this in your terminal to get the latest Console version:
curl -LSs http://drupalconsole.com/installer | php
# Or if you don't have curl:
php -r "readfile('http://drupalconsole.com/installer');" | php
# You can place this file anywhere you wish.
# If you put it in your PATH, you can access it globally.
# For example: move console.phar and rename it, 'drupal':
mv console.phar /usr/local/bin/drupal
# Show all available Drupal Console commands.
drupal
# Generate a module.
drupal generate:module