Skip to content

3ssom/drupal-console-develop

 
 

Repository files navigation

Drupal Console Develop

Drupal Console Develop, this project contains Drupal Console commands to maintain Drupal Console translations and Documentation

Commands:

Documentation commands

* generate:doc:cheatsheet (gdc)  Generate a printable cheatsheet for Commands
* generate:doc:dash (gdd)        Generate the DrupalConsole.docset package for Dash
* generate:doc:data (gdda)             Generate documentations for Commands.
* generate:doc:gitbook (gdg)     Generate documentations for Commands

Translation commands

* translation:cleanup (tc)       Clean up translation files
* translation:pending (tp)       Determine pending translation string in a language or a specific file in a language
* translation:stats (ts)         Generate translate stats
* translation:sync (tsy)           Sync translation files

Install on a site:

cd /path/to/drupal/

composer require drupal/console-develop

Install globally:

cd cd ~/.console/extend/

composer require drupal/console-develop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 87.1%
  • HTML 12.9%