moyvera / DrupalAppConsole

Drupal Console

Home Page:http://drupalconsole.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drupal Console

Gitter Build Status Latest Stable Version Latest Unstable Version SensioLabsInsight

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.

Supported version

Drupal 8.0.0-beta9

Documentation

You can read or download the Drupal Console Documentation at bit.ly/console-book.

Installation

# 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

# To access the Console from anywhere your system, 
# move console.phar and rename it to drupal:
mv console.phar /usr/local/bin/drupal

# Show all available Drupal Console commands.
drupal

# Generate a module.
drupal generate:module

Usage

image

Supporting organizations

Blink Reaction Indava Anexus IT

About

Drupal Console

http://drupalconsole.com


Languages

Language:PHP 100.0%