All Projects → hechoendrupal → Drupal Console

hechoendrupal / Drupal Console

Licence: gpl-2.0
The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.

Projects that are alternatives of or similar to Drupal Console

Console
The Console component eases the creation of beautiful and testable command line interfaces.
Stars: ✭ 8,988 (+884.45%)
Mutual labels:  cli, console, symfony
Drush
Drush is a command-line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those who spend their working hours hacking away at the command prompt.
Stars: ✭ 2,213 (+142.39%)
Mutual labels:  cli, drupal, symfony
Laravel Zero
A PHP framework for console artisans
Stars: ✭ 2,821 (+208.98%)
Mutual labels:  cli, console, symfony
Truss
Truss helps you build go-kit microservices without having to worry about writing or maintaining boilerplate code.
Stars: ✭ 523 (-42.72%)
Mutual labels:  cli, code-generation
Yaspin
A lightweight terminal spinner for Python with safe pipes and redirects 🎁
Stars: ✭ 413 (-54.76%)
Mutual labels:  cli, console
Pulsemixer
CLI and curses mixer for PulseAudio
Stars: ✭ 441 (-51.7%)
Mutual labels:  cli, console
Collision
💥 Collision is a beautiful error reporting tool for command-line applications
Stars: ✭ 3,993 (+337.35%)
Mutual labels:  cli, console
Summoner
🔮 🔧 Tool for scaffolding batteries-included production-level Haskell projects
Stars: ✭ 577 (-36.8%)
Mutual labels:  cli, scaffold
Ttyplot
a realtime plotting utility for terminal/console with data input from stdin
Stars: ✭ 532 (-41.73%)
Mutual labels:  cli, console
Progressbar
Terminal-based progress bar for Java / JVM
Stars: ✭ 625 (-31.54%)
Mutual labels:  cli, console
Mrm
Codemods for your project config files
Stars: ✭ 900 (-1.42%)
Mutual labels:  cli, scaffold
Phpinsights
🔰 Instant PHP quality checks from your console
Stars: ✭ 4,442 (+386.53%)
Mutual labels:  cli, console
Cocona
Micro-framework for .NET Core console application. Cocona makes it easy and fast to build console applications on .NET Core.
Stars: ✭ 398 (-56.41%)
Mutual labels:  cli, console
Dronesploit
Drone pentesting framework console
Stars: ✭ 473 (-48.19%)
Mutual labels:  cli, console
Swaggen
OpenAPI/Swagger 3.0 Parser and Swift code generator
Stars: ✭ 385 (-57.83%)
Mutual labels:  cli, code-generation
Hookphp
HookPHP基于C扩展搭建内置AI编程的架构系统-支持微服务部署|热插拔业务组件-集成业务模型|权限模型|UI组件库|多模板|多平台|多域名|多终端|多语言-含常驻内存|前后分离|API平台|LUA QQ群:679116380
Stars: ✭ 575 (-37.02%)
Mutual labels:  drupal, symfony
Idea Php Symfony2 Plugin
IntelliJ IDEA / PhpStorm Symfony Plugin
Stars: ✭ 797 (-12.71%)
Mutual labels:  drupal, symfony
Drucker
drucker: Drupal + Docker - Spin up Drupal, Lightning or BLT in seconds.
Stars: ✭ 26 (-97.15%)
Mutual labels:  cli, drupal
Radian
A 21 century R console
Stars: ✭ 878 (-3.83%)
Mutual labels:  cli, console
Stig
TUI and CLI for the BitTorrent client Transmission
Stars: ✭ 360 (-60.57%)
Mutual labels:  cli, console

Table of Contents generated with DocToc

Drupal Console

Gitter Build Status Latest Stable Version Latest Unstable Version Software License SensioLabsInsight

The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.

Latest Version

Details of the latest version can be found on the Drupal Console project page under https://drupalconsole.com/.

Releases Page

All notable changes to this project will be documented in the releases page

Documentation

The most up-to-date documentation can be found at https://drupalconsole.com/docs/.

More information about using this project at the official documentation.

Required PHP Version

PHP 5.5.9 or higher is required to use the Drupal Console application.

Download

Install Drupal Console Using Composer

Install Drupal Console Launcher

Installing Drupal Console on Windows

Run

Using the DrupalConsole Launcher

drupal

We highly recommend you to install the global executable, but if is not installed, you can run Drupal Console depending on your installation by executing:

vendor/bin/drupal
# or
vendor/drupal/console/bin/drupal
# or
bin/drupal

Drupal Console Support

You can ask for support at Drupal Console gitter chat room http://bit.ly/console-support.

Contribute to Drupal Console

Enabling Autocomplete

# You can enable autocomplete by executing
drupal init

# Bash: Bash support depends on the http://bash-completion.alioth.debian.org/
# project which can be installed with your package manager of choice. Then add
# this line to your shell configuration file.
source "$HOME/.console/console.rc" 2>/dev/null

# Zsh: Add this line to your shell configuration file.
source "$HOME/.console/console.rc" 2>/dev/null

# Fish: Create a symbolic link
ln -s ~/.console/drupal.fish ~/.config/fish/completions/drupal.fish

Contributors

Full list of contributors

Supporting Organizations

All supporting organizations

Drupal is a registered trademark of Dries Buytaert.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].